kernel_build: regen.sh Set CONFIG_KSU to =n after regeneration
This commit is contained in:
parent
046f1b47c2
commit
642aac6c75
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ fi
|
|||
# Non KSU
|
||||
make -j$(nproc --all) -C $(pwd) O=out $BUILD_ARGS a53x_defconfig >/dev/null
|
||||
cp -rfv out/.config arch/arm64/configs/a53x_defconfig
|
||||
sed -i 's/^# CONFIG_KSU is not set$/CONFIG_KSU=n/' arch/arm64/configs/a53x_defconfig
|
||||
|
||||
# KSU
|
||||
make -j$(nproc --all) -C $(pwd) O=out $BUILD_ARGS a53x-ksu_defconfig >/dev/null
|
||||
|
|
Loading…
Reference in a new issue