From 41b70e789a614a605245b1d545a5710a9f4cc348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8raystef66=C2=A8?= Date: Tue, 7 Feb 2023 11:47:58 +0100 Subject: [PATCH] Perf LMI v272 A13 * merge v4.19.272 --- arch/arm64/configs/vendor/lmi_user_defconfig | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"