From 79b3bc3215c996dfadfcfa79b3beeeab8eb84b9d Mon Sep 17 00:00:00 2001 From: GtrCraft Date: Tue, 14 Dec 2021 11:27:05 +0100 Subject: [PATCH] Optimus Drunk Alioth v11.29 --- Updates/changelog | 5 +++-- Updates/optimus.json | 8 ++++---- arch/arm64/configs/vendor/alioth_defconfig | 4 ++-- build.sh | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Updates/changelog b/Updates/changelog index c657295847d5..db2f7a1e890c 100644 --- a/Updates/changelog +++ b/Updates/changelog @@ -1,3 +1,4 @@ -* Updated to 4.19.220 -* Merged latest changes from https://github.com/jaegeuk/f2fs-stable +* Updated to 4.19.221 +* Built with clang 14.0.0 +* Implemented DC Dimming (disabled by default) diff --git a/Updates/optimus.json b/Updates/optimus.json index 87704b440f9e..94de25f1c2c0 100644 --- a/Updates/optimus.json +++ b/Updates/optimus.json @@ -1,11 +1,11 @@ { "kernel": { "name": "Optimus Drunk Alioth", - "version": "v11.28", - "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.28/Optimus_Drunk_Alioth_v11.28.zip", + "version": "v11.29", + "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.29/Optimus_Drunk_Alioth_v11.29.zip", "changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Alioth/11.0/Updates/changelog", - "date": "2021-12-08", - "sha1": "a1f05cc521517d70aa787fc735c5569f0d9fbeb4" + "date": "2021-12-14", + "sha1": "8adb192e16697bf6c0e4fd4fa3cac28d9aa28a12" }, "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 d4710d561847..b889e28f9703 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.220 Kernel Configuration +# Linux/arm64 4.19.221 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.28" +CONFIG_LOCALVERSION="-Optimus_Drunk_Alioth_v11.29" CONFIG_LOCALVERSION_AUTO=y CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y diff --git a/build.sh b/build.sh index cebb65217494..800153b3f213 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.28.zip +FINAL_KERNEL_ZIP=Optimus_Drunk_Alioth_v11.29.zip export ARCH=arm64 # Speed up build process