diff --git a/KernelSU b/KernelSU index 263b986bcd4f..2a4fa94af0b6 160000 --- a/KernelSU +++ b/KernelSU @@ -1 +1 @@ -Subproject commit 263b986bcd4f832d612ee811fee2889c53d569c7 +Subproject commit 2a4fa94af0b6dfc48fc952c10823b6eae80be5af diff --git a/arch/arm64/configs/alioth_defconfig b/arch/arm64/configs/alioth_defconfig index 18271f9d396c..1e914a431ebc 100644 --- a/arch/arm64/configs/alioth_defconfig +++ b/arch/arm64/configs/alioth_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.88" +CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.89" # CONFIG_AUDIT is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y diff --git a/build.sh b/build.sh index f53cfa9db484..da8a50d87ea0 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ KERNEL_DEFCONFIG=alioth_defconfig ANYKERNEL3_DIR=$PWD/AnyKernel3/ -FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.88.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.89.zip export ARCH=arm64 # Speed up build process