diff --git a/Updates/changelog b/Updates/changelog index dd222b4b954f..2dd873c1f879 100644 --- a/Updates/changelog +++ b/Updates/changelog @@ -1,4 +1,2 @@ -* Updated to 4.19.218 -* Updated more kernel drivers to CAF tag to LA.UM.9.12.r1-13400-SMxx50.0 -* Updated f2fs to google's upstream -* Aded KCAL support +* Updated to 4.19.219 +* Updated to CAF tag LA.UM.9.12.r1-13500-SMxx50.0 diff --git a/Updates/optimus.json b/Updates/optimus.json index 0d563b99db3b..60a7b91f2d58 100644 --- a/Updates/optimus.json +++ b/Updates/optimus.json @@ -1,10 +1,10 @@ { "kernel": { "name": "Optimus Drunk Alioth", - "version": "v11.26", - "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.26/Optimus_Drunk_Alioth_v11.26.zip", + "version": "v11.27", + "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.27/Optimus_Drunk_Alioth_v11.27.zip", "changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Alioth/11.0/Updates/changelog", - "date": "2021-11-28", + "date": "2021-12-06", "sha1": "d4415833f04d53b95a7cebbfa54f26e33151b84d" }, "support": { diff --git a/arch/arm64/configs/vendor/alioth_defconfig b/arch/arm64/configs/vendor/alioth_defconfig index 9bd86396af4e..ccf13f20824d 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.218 Kernel Configuration +# Linux/arm64 4.19.219 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.26" +CONFIG_LOCALVERSION="-Optimus_Drunk_Alioth_v11.27" CONFIG_LOCALVERSION_AUTO=y CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y diff --git a/build.sh b/build.sh index 8a5476a7341e..8b10ccd7c713 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.26.zip +FINAL_KERNEL_ZIP=Optimus_Drunk_Alioth_v11.27.zip export ARCH=arm64 # Speed up build process