diff --git a/arch/arm64/configs/vendor/lmi_user_defconfig b/arch/arm64/configs/vendor/lmi_user_defconfig index 14f9c6d40bd2..915304e51c7b 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_v271_A13_raystef66" +CONFIG_LOCALVERSION="-Perf_LMI_v272_A13_raystef66" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_AUDIT=y CONFIG_NO_HZ=y diff --git a/build.sh b/build.sh index 9a5a7124181b..6e7e0004a6ea 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_v271_A13_raystef66.zip +FINAL_KERNEL_ZIP=Perf_LMI_v272_A13_raystef66.zip # paths TC="/home/raystef66/kernel/prebuilts"