diff --git a/KernelSU b/KernelSU index 16f6f30eae7d..983ad2c1fdc3 160000 --- a/KernelSU +++ b/KernelSU @@ -1 +1 @@ -Subproject commit 16f6f30eae7d25198ef9321c6f215dd645148324 +Subproject commit 983ad2c1fdc31a2f31437e90c1ccc69cc8216651 diff --git a/arch/arm64/configs/alioth_defconfig b/arch/arm64/configs/alioth_defconfig index f9a69aed20ef..78c5cfb7e4aa 100644 --- a/arch/arm64/configs/alioth_defconfig +++ b/arch/arm64/configs/alioth_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.69" +CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.70" # CONFIG_AUDIT is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y diff --git a/build.sh b/build.sh index 75565649569e..5c6aebe8feb0 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.69.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.70.zip export ARCH=arm64 # Speed up build process