diff --git a/KernelSU b/KernelSU index c62b89f02bbd..3ad27c5999c9 160000 --- a/KernelSU +++ b/KernelSU @@ -1 +1 @@ -Subproject commit c62b89f02bbd3512d5f1c100de11f2b8e73a3f36 +Subproject commit 3ad27c5999c9c80be809d9e74d8a3fd811aa6fc8 diff --git a/arch/arm64/configs/vendor/alioth_defconfig b/arch/arm64/configs/vendor/alioth_defconfig index 492b7af8b70c..da3ba9c2f868 100644 --- a/arch/arm64/configs/vendor/alioth_defconfig +++ b/arch/arm64/configs/vendor/alioth_defconfig @@ -20,7 +20,7 @@ CONFIG_THREAD_INFO_IN_TASK=y # CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-InfiniR_Alioth_v2.60" +CONFIG_LOCALVERSION="-InfiniR_Alioth_v2.61" CONFIG_LOCALVERSION_AUTO=y CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y diff --git a/build.sh b/build.sh index 096cddd9af15..b42b6ddd6d12 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ KERNEL_DEFCONFIG=vendor/alioth_defconfig ANYKERNEL3_DIR=$PWD/AnyKernel3/ -FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.60.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.61.zip export ARCH=arm64 # Speed up build process