@@ -43,6 +43,8 @@ cd "$GKI_ROOT"
|
|||||||
echo '[+] Add kernel su driver to Makefile'
|
echo '[+] Add kernel su driver to Makefile'
|
||||||
|
|
||||||
DRIVER_MAKEFILE=$DRIVER_DIR/Makefile
|
DRIVER_MAKEFILE=$DRIVER_DIR/Makefile
|
||||||
grep -q "kernelsu" "$DRIVER_MAKEFILE" || printf "\nobj-y += kernelsu/\n" >> "$DRIVER_MAKEFILE"
|
DRIVER_KCONFIG=$DRIVER_DIR/Kconfig
|
||||||
|
grep -q "kernelsu" "$DRIVER_MAKEFILE" || printf "obj-\$(CONFIG_KSU) += kernelsu/\n" >> "$DRIVER_MAKEFILE"
|
||||||
|
grep -q "kernelsu" "$DRIVER_KCONFIG" || sed -i "/endmenu/i\\source \"drivers/kernelsu/Kconfig\"" "$DRIVER_KCONFIG"
|
||||||
|
|
||||||
echo '[+] Done.'
|
echo '[+] Done.'
|
||||||
Reference in New Issue
Block a user