From bc68d0e09be41f0b6815dd219588c5c5130550b4 Mon Sep 17 00:00:00 2001 From: GtrCraft Date: Wed, 19 Jan 2022 09:18:55 +0100 Subject: [PATCH] Optimus Drunk Alioth v11.33 --- Updates/changelog | 8 ++++---- Updates/optimus.json | 8 ++++---- arch/arm64/configs/vendor/alioth_defconfig | 4 ++-- build.sh | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Updates/changelog b/Updates/changelog index dfef48d3e742..1869329932d2 100644 --- a/Updates/changelog +++ b/Updates/changelog @@ -1,4 +1,4 @@ -* Updated to 4.19.224 -* Set westwood as default tcp -* Fixed some memory leaks -* Optimisations for GPU & performance +* Updated to 4.19.225 +* Set sleepstate timeout +* Small fixes to thermal & doze brightness + diff --git a/Updates/optimus.json b/Updates/optimus.json index e8462a4fc16d..30eb682d6d57 100644 --- a/Updates/optimus.json +++ b/Updates/optimus.json @@ -1,11 +1,11 @@ { "kernel": { "name": "Optimus Drunk Alioth", - "version": "v11.32", - "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.32/Optimus_Drunk_Alioth_v11.32.zip", + "version": "v11.33", + "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.33/Optimus_Drunk_Alioth_v11.33.zip", "changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Alioth/11.0/Updates/changelog", - "date": "2022-01-06", - "sha1": "536e464d90427604daddbc9eaa12fc3f0a00e13f" + "date": "2022-01-19", + "sha1": "d6fabb78d38dab37d96193299e364ec53ec5942c" }, "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 5d4ce268cdaf..bc05a2735f7c 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.224 Kernel Configuration +# Linux/arm64 4.19.225 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.32" +CONFIG_LOCALVERSION="-Optimus_Drunk_Alioth_v11.33" CONFIG_LOCALVERSION_AUTO=y CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y diff --git a/build.sh b/build.sh index e58ee2284ef4..4553860e22a9 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.32.zip +FINAL_KERNEL_ZIP=Optimus_Drunk_Alioth_v11.33.zip export ARCH=arm64 # Speed up build process