From 6b10d431f72ddd4702c36a94dccb1e09330cff45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8raystef66=C2=A8?= Date: Sat, 1 Jun 2024 11:58:26 +0200 Subject: [PATCH] InfiniR Alioth v2.93 * merge to latest v4.19.315 * 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 063d5c80254d..b766b98513b5 160000 --- a/KernelSU +++ b/KernelSU @@ -1 +1 @@ -Subproject commit 063d5c80254d709640f18b396ce9082cca8f438b +Subproject commit b766b98513b5a7eb33bc1c4a76b5702bf1288f07 diff --git a/arch/arm64/configs/alioth_defconfig b/arch/arm64/configs/alioth_defconfig index 902c12e7169e..a2cd05ecef75 100644 --- a/arch/arm64/configs/alioth_defconfig +++ b/arch/arm64/configs/alioth_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.92" +CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.93" # CONFIG_AUDIT is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y diff --git a/build.sh b/build.sh index eeb875e850bc..94995601d7d5 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.92.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.93.zip export ARCH=arm64 # Speed up build process