From a760b05aef52fe7410ff102e998a821e4c81ce86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8raystef66=C2=A8?= Date: Sat, 17 Aug 2024 10:08:05 +0200 Subject: [PATCH] InfiniR Alioth v2.94 * merge to latest v4.19.316 > 319 --- arch/arm64/configs/alioth_defconfig | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/alioth_defconfig b/arch/arm64/configs/alioth_defconfig index a2cd05ecef75..db79aafb6303 100644 --- a/arch/arm64/configs/alioth_defconfig +++ b/arch/arm64/configs/alioth_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.93" +CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.94" # CONFIG_AUDIT is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y diff --git a/build.sh b/build.sh index 94995601d7d5..11bd88376e4d 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ KERNEL_DEFCONFIG=alioth_defconfig ANYKERNEL3_DIR=$PWD/AnyKernel3/ -FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.93.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.94.zip export ARCH=arm64 # Speed up build process