This commit is contained in:
Phapoom Saksri 2025-02-28 16:45:13 +07:00
parent c9f1b973da
commit 3887d47484
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ CONFIG_TOOLS_SUPPORT_RELR=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-xxTR-00.0-MindPatched-v2.5"
CONFIG_LOCALVERSION="-xxTR-00.0-MindPatched-v3.0"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y

View file

@ -90,7 +90,7 @@ patch_kernelsu() {
sed -i 's/# CONFIG_KSU_SUSFS_OPEN_REDIRECT is not set/CONFIG_KSU_SUSFS_OPEN_REDIRECT=y/g' "$CUR_DIR"/arch/arm64/configs/exynos9810_temp_defconfig
KERNEL_NAME="$KERNEL_NAME-ksu"
curl -sL https://raw.githubusercontent.com/galaxybuild-project/tools/refs/heads/main/Scripts/KernelSU-SuSFS.sh | bash
curl -sL https://raw.githubusercontent.com/galaxybuild-project/tools/refs/heads/main/Scripts/KernelSU-SuSFS.sh | bash -s next
}
patch_wifi() {