mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 16:34:59 -04:00
Revert 5d57bf13
I don't trust enabling MODULES won't cause weird inane breakage on these legacy devices Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
8a59c7948f
commit
735c9e0de8
52 changed files with 54 additions and 57 deletions
|
@ -777,7 +777,7 @@ hardenDefconfig() {
|
|||
#Enable supported options
|
||||
#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");
|
||||
optionsYes+=("DEBUG_FS" "MODULES"); #fix compile issues
|
||||
optionsYes+=("DEBUG_FS"); #fix compile issues
|
||||
#optionsYes+=("DEBUG_SG"); #bootloops - https://patchwork.kernel.org/patch/8989981
|
||||
|
||||
#Linux 3.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue