define kernel MODULE_SIG everywhere

module-based-network
Daniel Barlow 2023-02-22 18:20:56 +00:00
parent 4f5b4924ff
commit 4faf529dc3
4 changed files with 2 additions and 5 deletions

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -71,6 +71,8 @@ in {
PROC_FS = "y";
MODULES = "y";
MODULE_SIG = "y";
DEBUG_FS = "y";
# basic networking protocols
NET = "y";