From d47cf9a943f3a7c713a1b6a60370d39ea2cbff10 Mon Sep 17 00:00:00 2001 From: GtrCraft Date: Wed, 29 Dec 2021 13:19:20 +0100 Subject: [PATCH] Optimus Drunk Alioth v11.31 --- Updates/changelog | 2 +- Updates/optimus.json | 8 ++++---- arch/arm64/configs/vendor/alioth_defconfig | 4 ++-- build.sh | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Updates/changelog b/Updates/changelog index c0aba3577c63..0d44d6e1ae91 100644 --- a/Updates/changelog +++ b/Updates/changelog @@ -1 +1 @@ -* Updated to 4.19.222 +* Updated to 4.19.223 diff --git a/Updates/optimus.json b/Updates/optimus.json index ecada49ba964..b46b0537787a 100644 --- a/Updates/optimus.json +++ b/Updates/optimus.json @@ -1,11 +1,11 @@ { "kernel": { "name": "Optimus Drunk Alioth", - "version": "v11.30", - "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.30/Optimus_Drunk_Alioth_v11.30.zip", + "version": "v11.31", + "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.31/Optimus_Drunk_Alioth_v11.31.zip", "changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Alioth/11.0/Updates/changelog", - "date": "2021-12-22", - "sha1": "28c3ace32b94410251859b5d9763d86e9af0ed34" + "date": "2021-12-29", + "sha1": "8b6c04935f3be1590748ac227887d8a6433b5bb1" }, "support": { "link": "https://forum.xda-developers.com/t/kernel-alioth-optimus-drunk-kernel-v11-0-06-07.4302055/" diff --git a/arch/arm64/configs/vendor/alioth_defconfig b/arch/arm64/configs/vendor/alioth_defconfig index d790c186190a..62a10c1d2592 100644 --- a/arch/arm64/configs/vendor/alioth_defconfig +++ b/arch/arm64/configs/vendor/alioth_defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.19.222 Kernel Configuration +# Linux/arm64 4.19.223 Kernel Configuration # # @@ -20,7 +20,7 @@ CONFIG_THREAD_INFO_IN_TASK=y # CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-Optimus_Drunk_Alioth_v11.30" +CONFIG_LOCALVERSION="-Optimus_Drunk_Alioth_v11.31" CONFIG_LOCALVERSION_AUTO=y CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y diff --git a/build.sh b/build.sh index e7ec0aae0031..bc87e38dd7c8 100644 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ KERNEL_DEFCONFIG=vendor/alioth_defconfig ANYKERNEL3_DIR=$PWD/AnyKernel3/ -FINAL_KERNEL_ZIP=Optimus_Drunk_Alioth_v11.30.zip +FINAL_KERNEL_ZIP=Optimus_Drunk_Alioth_v11.31.zip export ARCH=arm64 # Speed up build process