From 4166b0bf22cadc373dcffcef36e79ca1dca657a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8raystef66=C2=A8?= Date: Fri, 15 Sep 2023 13:43:50 +0200 Subject: [PATCH] InfiniR Alioth v2.74 * update to latest kSU (v0.6.7 ready) * merge latest v4.19.294 --- KernelSU | 2 +- arch/arm64/configs/alioth_defconfig | 2 +- build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/KernelSU b/KernelSU index d84fdada3147..eac6fd048467 160000 --- a/KernelSU +++ b/KernelSU @@ -1 +1 @@ -Subproject commit d84fdada3147c345fc8cb424d648f54f34927fe9 +Subproject commit eac6fd048467c3f845d3f28306caa7d25657bcfa diff --git a/arch/arm64/configs/alioth_defconfig b/arch/arm64/configs/alioth_defconfig index e8293f83227b..3ee0c7222a4c 100644 --- a/arch/arm64/configs/alioth_defconfig +++ b/arch/arm64/configs/alioth_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.73" +CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.74" # CONFIG_AUDIT is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y diff --git a/build.sh b/build.sh index d3f75e2ab643..b1ecbbe63f39 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.73.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.74.zip export ARCH=arm64 # Speed up build process