diff --git a/KernelSU b/KernelSU index ea3b397f34bd..d84fdada3147 160000 --- a/KernelSU +++ b/KernelSU @@ -1 +1 @@ -Subproject commit ea3b397f34bddd29e2b59ccaccbddeb9581c97ae +Subproject commit d84fdada3147c345fc8cb424d648f54f34927fe9 diff --git a/arch/arm64/configs/alioth_defconfig b/arch/arm64/configs/alioth_defconfig index a070265710b0..e8293f83227b 100644 --- a/arch/arm64/configs/alioth_defconfig +++ b/arch/arm64/configs/alioth_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.72" +CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.73" # CONFIG_AUDIT is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y diff --git a/build.sh b/build.sh index 5dfdaafba696..d3f75e2ab643 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.72.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.73.zip export ARCH=arm64 # Speed up build process