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 40c1ed6..c70dcbc 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.linuxOpenWrtOne);
+ kernelPackages = mkDefault (pkgs.linuxPackagesFor pkgs.linux_7_0);
kernelParams = [
"fw_devlink=permissive"
"clk_ignore_unused"