aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/openwrtone.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/openwrtone.nix')
-rw-r--r--nixos/modules/openwrtone.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/openwrtone.nix b/nixos/modules/openwrtone.nix
index c70dcbc..b4ffe06 100644
--- a/nixos/modules/openwrtone.nix
+++ b/nixos/modules/openwrtone.nix
@@ -56,7 +56,7 @@ in {
};
# Use OpenWrt One specific kernel. It fixes SError with patch.
- kernelPackages = mkDefault (pkgs.linuxPackagesFor pkgs.linux_7_0);
+ kernelPackages = mkDefault (pkgs.linuxPackagesFor pkgs.linux_7_2);
kernelParams = [
"fw_devlink=permissive"
"clk_ignore_unused"