From 4f8d46de628ce40f6d9f74243804bb1675688d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8raystef66=C2=A8?= Date: Sat, 30 Apr 2022 13:57:39 +0200 Subject: [PATCH] InfiniR Alioth v2.15 * merge v4.19.240 --- arch/arm64/configs/vendor/alioth_defconfig | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/vendor/alioth_defconfig b/arch/arm64/configs/vendor/alioth_defconfig index b8468567eb87..622367fa7b2a 100644 --- a/arch/arm64/configs/vendor/alioth_defconfig +++ b/arch/arm64/configs/vendor/alioth_defconfig @@ -20,7 +20,7 @@ CONFIG_THREAD_INFO_IN_TASK=y # CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-InfiniR_Alioth_v2.14" +CONFIG_LOCALVERSION="-InfiniR_Alioth_v2.15" CONFIG_LOCALVERSION_AUTO=y CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y diff --git a/build.sh b/build.sh index ab11a05f051f..f08b636dee64 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ KERNEL_DEFCONFIG=vendor/alioth_defconfig ANYKERNEL3_DIR=$PWD/AnyKernel3/ -FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.14.zip +FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.15.zip export ARCH=arm64 # Speed up build process