From 4faf529dc3f3e78598546168bbc166583b23cb9d Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 22 Feb 2023 18:20:56 +0000 Subject: [PATCH] define kernel MODULE_SIG everywhere --- devices/gl-ar750/default.nix | 2 -- devices/gl-mt300a/default.nix | 1 - devices/gl-mt300n-v2/default.nix | 2 -- modules/base.nix | 2 ++ 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/devices/gl-ar750/default.nix b/devices/gl-ar750/default.nix index 4ba8654c..5ee201b6 100644 --- a/devices/gl-ar750/default.nix +++ b/devices/gl-ar750/default.nix @@ -141,8 +141,6 @@ # at boot time unless we disable trying to call it "FW_LOADER_USER_HELPER" = "n"; - "MODULE_SIG" = "y"; - "PARTITION_ADVANCED" = "y"; "PRINTK_TIME" = "y"; "SQUASHFS" = "y"; diff --git a/devices/gl-mt300a/default.nix b/devices/gl-mt300a/default.nix index 5c8a1378..7c368e6e 100644 --- a/devices/gl-mt300a/default.nix +++ b/devices/gl-mt300a/default.nix @@ -103,7 +103,6 @@ # at boot time unless we disable trying to call it "FW_LOADER_USER_HELPER" = "n"; - "MODULE_SIG" = "y"; "PARTITION_ADVANCED" = "y"; "PRINTK_TIME" = "y"; diff --git a/devices/gl-mt300n-v2/default.nix b/devices/gl-mt300n-v2/default.nix index 52718c4f..0d68eae6 100644 --- a/devices/gl-mt300n-v2/default.nix +++ b/devices/gl-mt300n-v2/default.nix @@ -114,8 +114,6 @@ # at boot time unless we disable trying to call it "FW_LOADER_USER_HELPER" = "n"; - "MODULE_SIG" = "y"; - "PARTITION_ADVANCED" = "y"; "PRINTK_TIME" = "y"; "SQUASHFS" = "y"; diff --git a/modules/base.nix b/modules/base.nix index 9ef13a47..b2587d78 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -71,6 +71,8 @@ in { PROC_FS = "y"; MODULES = "y"; + MODULE_SIG = "y"; + DEBUG_FS = "y"; # basic networking protocols NET = "y";