diff --git a/KernelSU b/KernelSU index 906007a7b3a7..426fde58fd9a 160000 --- a/KernelSU +++ b/KernelSU @@ -1 +1 @@ -Subproject commit 906007a7b3a732cd7314820896b817dc2fbcb7af +Subproject commit 426fde58fd9a0952fb2f0460952ec5461a78eaf1 diff --git a/arch/arm64/configs/vendor/lmi_user_defconfig b/arch/arm64/configs/vendor/lmi_user_defconfig index 5148b33355aa..92a1e2cac9bc 100644 --- a/arch/arm64/configs/vendor/lmi_user_defconfig +++ b/arch/arm64/configs/vendor/lmi_user_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="-Perf_LMI_v296_A13_raystef66" +CONFIG_LOCALVERSION="-Perf_LMI_v297_A13_raystef66" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_AUDIT=y CONFIG_NO_HZ=y diff --git a/build.sh b/build.sh index 150898c4bc32..e9afb511db18 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ KERNEL_DEFCONFIG=vendor/lmi_user_defconfig ANYKERNEL3_DIR=$PWD/AnyKernel3/ -FINAL_KERNEL_ZIP=Perf_LMI_v296_A13_raystef66.zip +FINAL_KERNEL_ZIP=Perf_LMI_v297_A13_raystef66.zip # paths TC="/home/raystef66/kernel/prebuilts"