forked from dan/liminix
define kernel MODULE_SIG everywhere
This commit is contained in:
parent
4f5b4924ff
commit
4faf529dc3
@ -141,8 +141,6 @@
|
|||||||
# at boot time unless we disable trying to call it
|
# at boot time unless we disable trying to call it
|
||||||
"FW_LOADER_USER_HELPER" = "n";
|
"FW_LOADER_USER_HELPER" = "n";
|
||||||
|
|
||||||
"MODULE_SIG" = "y";
|
|
||||||
|
|
||||||
"PARTITION_ADVANCED" = "y";
|
"PARTITION_ADVANCED" = "y";
|
||||||
"PRINTK_TIME" = "y";
|
"PRINTK_TIME" = "y";
|
||||||
"SQUASHFS" = "y";
|
"SQUASHFS" = "y";
|
||||||
|
@ -103,7 +103,6 @@
|
|||||||
# at boot time unless we disable trying to call it
|
# at boot time unless we disable trying to call it
|
||||||
"FW_LOADER_USER_HELPER" = "n";
|
"FW_LOADER_USER_HELPER" = "n";
|
||||||
|
|
||||||
"MODULE_SIG" = "y";
|
|
||||||
|
|
||||||
"PARTITION_ADVANCED" = "y";
|
"PARTITION_ADVANCED" = "y";
|
||||||
"PRINTK_TIME" = "y";
|
"PRINTK_TIME" = "y";
|
||||||
|
@ -114,8 +114,6 @@
|
|||||||
# at boot time unless we disable trying to call it
|
# at boot time unless we disable trying to call it
|
||||||
"FW_LOADER_USER_HELPER" = "n";
|
"FW_LOADER_USER_HELPER" = "n";
|
||||||
|
|
||||||
"MODULE_SIG" = "y";
|
|
||||||
|
|
||||||
"PARTITION_ADVANCED" = "y";
|
"PARTITION_ADVANCED" = "y";
|
||||||
"PRINTK_TIME" = "y";
|
"PRINTK_TIME" = "y";
|
||||||
"SQUASHFS" = "y";
|
"SQUASHFS" = "y";
|
||||||
|
@ -71,6 +71,8 @@ in {
|
|||||||
PROC_FS = "y";
|
PROC_FS = "y";
|
||||||
|
|
||||||
MODULES = "y";
|
MODULES = "y";
|
||||||
|
MODULE_SIG = "y";
|
||||||
|
DEBUG_FS = "y";
|
||||||
|
|
||||||
# basic networking protocols
|
# basic networking protocols
|
||||||
NET = "y";
|
NET = "y";
|
||||||
|
Loading…
Reference in New Issue
Block a user