Another kernel compile fix
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
1b6f6909ad
commit
52c3a55140
@ -777,6 +777,7 @@ hardenDefconfig() {
|
|||||||
#Enable supported options
|
#Enable supported options
|
||||||
#Linux <3.0
|
#Linux <3.0
|
||||||
declare -a optionsYes=("BUG" "DEBUG_CREDENTIALS" "DEBUG_KERNEL" "DEBUG_LIST" "DEBUG_NOTIFIERS" "DEBUG_RODATA" "DEBUG_SET_MODULE_RONX" "DEBUG_VIRTUAL" "IPV6_PRIVACY" "SECCOMP" "SECURITY" "SECURITY_DMESG_RESTRICT" "SLUB_DEBUG" "STRICT_DEVMEM" "SYN_COOKIES");
|
declare -a optionsYes=("BUG" "DEBUG_CREDENTIALS" "DEBUG_KERNEL" "DEBUG_LIST" "DEBUG_NOTIFIERS" "DEBUG_RODATA" "DEBUG_SET_MODULE_RONX" "DEBUG_VIRTUAL" "IPV6_PRIVACY" "SECCOMP" "SECURITY" "SECURITY_DMESG_RESTRICT" "SLUB_DEBUG" "STRICT_DEVMEM" "SYN_COOKIES");
|
||||||
|
optionsYes+=("DEBUG_FS"); #fix compile issues
|
||||||
#optionsYes+=("DEBUG_SG"); #bootloops - https://patchwork.kernel.org/patch/8989981
|
#optionsYes+=("DEBUG_SG"); #bootloops - https://patchwork.kernel.org/patch/8989981
|
||||||
|
|
||||||
#Linux 3.4
|
#Linux 3.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user