mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-05 07:55:00 -04:00
Changes
- WebView update - 14.1: drop osprey, tested compiling on 17.1 - comment updates - small patcher fixes Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
189cf4d801
commit
3f311f84ad
14 changed files with 29 additions and 89 deletions
|
@ -687,6 +687,7 @@ hardenDefconfig() {
|
|||
#fi;
|
||||
if [ "$DOS_DEBLOBBER_REMOVE_IPA" = true ]; then optionsNo+=("IPA" "RMNET_IPA"); fi;
|
||||
optionsNo+=("WIREGUARD"); #Requires root access, which we do not provide
|
||||
#optionsNo+=("LTO_CLANG"); #Can easily require 64GB of RAM on host system to compile
|
||||
for option in "${optionsNo[@]}"
|
||||
do
|
||||
sed -i 's/'"CONFIG_$option"'=y/# '"CONFIG_$option"' is not set/' $defconfigPath &>/dev/null || true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue