From 0537bd826d5991978015d70c5d6403594b95edf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8raystef66=C2=A8?= Date: Sat, 30 Mar 2024 11:41:51 +0100 Subject: [PATCH] InfiniR Alioth v2.91 * merge latest v4.19.310/311 * update to latest kSU --- 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 d77988c1ac36..4a7367219046 160000 --- a/KernelSU +++ b/KernelSU @@ -1 +1 @@ -Subproject commit d77988c1ac36aa097c97b5fd4dee3a8041934046 +Subproject commit 4a7367219046f1767e6dc1795dc98942d3667f74 diff --git a/arch/arm64/configs/alioth_defconfig b/arch/arm64/configs/alioth_defconfig index 3eeef5f916af..2d5a6663812a 100644 --- a/arch/arm64/configs/alioth_defconfig +++ b/arch/arm64/configs/alioth_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.90" +CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.91" # CONFIG_AUDIT is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y diff --git a/build.sh b/build.sh index e5f084a90346..55ded946f047 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.90.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.91.zip export ARCH=arm64 # Speed up build process