From 5f1a3963abd433647c7d993ac043c311f31b8158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8raystef66=C2=A8?= Date: Sat, 2 Nov 2024 08:54:01 +0100 Subject: [PATCH] InfiniR Cepheus v1.34 * merge 4.14.353 & 354 openela --- arch/arm64/configs/cepheus_defconfig | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/cepheus_defconfig b/arch/arm64/configs/cepheus_defconfig index 101275c9b1c4..e66e9655f4a0 100644 --- a/arch/arm64/configs/cepheus_defconfig +++ b/arch/arm64/configs/cepheus_defconfig @@ -48,7 +48,7 @@ CONFIG_THREAD_INFO_IN_TASK=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-InfiniR_cepheus_v1.33" +CONFIG_LOCALVERSION="-InfiniR_cepheus_v1.34" CONFIG_LOCALVERSION_AUTO=n CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y diff --git a/build.sh b/build.sh index b9b16711e57d..c64f4df29946 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ KERNEL_DEFCONFIG=cepheus_defconfig ANYKERNEL3_DIR=$PWD/AnyKernel3/ -FINAL_KERNEL_ZIP=InfiniR_cepheus_v1.33.zip +FINAL_KERNEL_ZIP=InfiniR_cepheus_v1.34.zip # paths TC="/home/raystef66/kernel/prebuilts"