diff --git a/KernelSU b/KernelSU index 4a7367219046..063d5c80254d 160000 --- a/KernelSU +++ b/KernelSU @@ -1 +1 @@ -Subproject commit 4a7367219046f1767e6dc1795dc98942d3667f74 +Subproject commit 063d5c80254d709640f18b396ce9082cca8f438b diff --git a/arch/arm64/configs/alioth_defconfig b/arch/arm64/configs/alioth_defconfig index 2d5a6663812a..902c12e7169e 100644 --- a/arch/arm64/configs/alioth_defconfig +++ b/arch/arm64/configs/alioth_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.91" +CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.92" # CONFIG_AUDIT is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y diff --git a/build.sh b/build.sh index 55ded946f047..eeb875e850bc 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.91.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.92.zip export ARCH=arm64 # Speed up build process