diff --git a/KernelSU b/KernelSU index 0856b718defc..ae21d4c9fd64 160000 --- a/KernelSU +++ b/KernelSU @@ -1 +1 @@ -Subproject commit 0856b718defc558b0f0e6dfa423ea8f510a09c44 +Subproject commit ae21d4c9fd642121336233f84bb6597e49c0cf72 diff --git a/arch/arm64/configs/alioth_defconfig b/arch/arm64/configs/alioth_defconfig index 4d1e416539f9..63a28edf6182 100644 --- a/arch/arm64/configs/alioth_defconfig +++ b/arch/arm64/configs/alioth_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.67" +CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.68" # CONFIG_AUDIT is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y diff --git a/build.sh b/build.sh index d74c850934db..764e56d08425 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.67.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.68.zip export ARCH=arm64 # Speed up build process