diff --git a/KernelSU b/KernelSU index 76b11655727a..f81caf75a96b 160000 --- a/KernelSU +++ b/KernelSU @@ -1 +1 @@ -Subproject commit 76b11655727a72f2631ae3347978dbd32368cca8 +Subproject commit f81caf75a96b98684fafc701baa17484e5babd96 diff --git a/arch/arm64/configs/vendor/alioth_defconfig b/arch/arm64/configs/vendor/alioth_defconfig index 6f4ef2c0235c..f6b55cfa0352 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.57" +CONFIG_LOCALVERSION="-InfiniR_Alioth_v2.58" CONFIG_LOCALVERSION_AUTO=y CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y diff --git a/build.sh b/build.sh index cb7278abb521..206ee3a6d5b8 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.57.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.58.zip export ARCH=arm64 # Speed up build process