diff --git a/Updates/changelog b/Updates/changelog index 7fdf13d1ff30..d087af8365e2 100644 --- a/Updates/changelog +++ b/Updates/changelog @@ -1,2 +1,2 @@ -* Updated to 4.9.286 +* Updated to 4.9.287 diff --git a/Updates/optimus.json b/Updates/optimus.json index ec50a9344b72..9f23ab29685e 100644 --- a/Updates/optimus.json +++ b/Updates/optimus.json @@ -1,11 +1,11 @@ { "kernel": { "name": "Optimus Drunk Beryllium", - "version": "v11.29", - "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v11.29/Optimus_Drunk_Beryllium_v11.29.zip", + "version": "v11.30", + "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v11.30/Optimus_Drunk_Beryllium_v11.30.zip", "changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Beryllium/11.0/Updates/changelog", - "date": "2021-10-12", - "sha1": "a8d1b86368f495b9f519a1b7c3111d444a559f44" + "date": "2021-10-17", + "sha1": "d75102619a3dbd296672d89ed3aa98f376bd869f" }, "support": { "link": "https://forum.xda-developers.com/poco-f1/development/kernel-optimus-drunk-kernel-t3936450" diff --git a/arch/arm64/configs/beryllium_defconfig b/arch/arm64/configs/beryllium_defconfig index 9ef7cd512040..d149779f28eb 100644 --- a/arch/arm64/configs/beryllium_defconfig +++ b/arch/arm64/configs/beryllium_defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.9.286 Kernel Configuration +# Linux/arm64 4.9.287 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -46,7 +46,7 @@ CONFIG_THREAD_INFO_IN_TASK=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-Optimus_Drunk_Beryllium_v11.29" +CONFIG_LOCALVERSION="-Optimus_Drunk_Beryllium_v11.30" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y diff --git a/build.sh b/build.sh index 1a3af9b8f438..0138bdefb5be 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ ## Copy this script inside the kernel directory KERNEL_DEFCONFIG=beryllium_defconfig ANYKERNEL3_DIR=$PWD/AnyKernel3/ -FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_v11.29.zip +FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_v11.30.zip export PATH="$KERNELDIR/prebuilts/proton-clang/bin:${PATH}" export ARCH=arm64 export SUBARCH=arm64