From eadcf222c459cee09d8cf1be99d4bf1126e20f0a Mon Sep 17 00:00:00 2001 From: GtrCraft Date: Thu, 2 Jul 2020 13:36:57 +0200 Subject: [PATCH] Optimus Drunk Beryllium v10.25 --- Updates/changelog | 5 ++--- Updates/optimus.json | 8 ++++---- arch/arm64/configs/beryllium_defconfig | 4 ++-- build.sh | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Updates/changelog b/Updates/changelog index 44869063b4d9..f97bdeb0a378 100644 --- a/Updates/changelog +++ b/Updates/changelog @@ -1,3 +1,2 @@ -* Updated to 4.9.228 -* Updated proton clang to 20200620 -* Updated wireguard to 1.0.20200611 +* Updated to 4.9.229 +* Updated wireguard to 1.0.20200623 diff --git a/Updates/optimus.json b/Updates/optimus.json index fe5772676325..229b9d374eb4 100644 --- a/Updates/optimus.json +++ b/Updates/optimus.json @@ -1,11 +1,11 @@ { "kernel": { "name": "Optimus Drunk Beryllium", - "version": "v10.24", - "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.24/Optimus_Drunk_Beryllium_v10.24.zip", + "version": "v10.25", + "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.25/Optimus_Drunk_Beryllium_v10.25.zip", "changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Beryllium/10.0/Updates/changelog", - "date": "2020-06-21", - "sha1": "1e9e58c75da9b737fd2c5d0cf58d060c46ecd17e" + "date": "2020-07-02", + "sha1": "5b93e259f5413294f677e00ea0db1db40f233e45" }, "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 e9f4bad198bc..564dc314c450 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.228 Kernel Configuration +# Linux/arm64 4.9.229 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -44,7 +44,7 @@ CONFIG_THREAD_INFO_IN_TASK=y # CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" -CONFIG_LOCALVERSION="-Optimus_Drunk_Beryllium_v10.24" +CONFIG_LOCALVERSION="-Optimus_Drunk_Beryllium_v10.25" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y diff --git a/build.sh b/build.sh index b0286850b8d5..925ac341bb32 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_v10.24.zip +FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_v10.25.zip export PATH="$KERNELDIR/prebuilts/proton-clang/bin:${PATH}" export ARCH=arm64 export SUBARCH=arm64