diff --git a/Updates/changelog b/Updates/changelog index aa27ee09fc45..9364f3ae9e86 100644 --- a/Updates/changelog +++ b/Updates/changelog @@ -1,2 +1,2 @@ -* Updated to 4.14.227 -* Disable power efficient wq +* Updated to 4.14.228 +* Probably the last update until someone else gets A11 kernel working diff --git a/Updates/optimus.json b/Updates/optimus.json index a6c499079ed3..8169e8a21d81 100644 --- a/Updates/optimus.json +++ b/Updates/optimus.json @@ -1,11 +1,11 @@ { "kernel": { "name": "Optimus Drunk Phoenix", - "version": "v11.24", - "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Phoenix/releases/download/v11.24/Optimus_Drunk_Phoenix_v11.24.zip", + "version": "v11.25", + "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Phoenix/releases/download/v11.25/Optimus_Drunk_Phoenix_v11.25.zip", "changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Phoenix/11.0/Updates/changelog", - "date": "2021-03-24", - "sha1": "487d94f085676ae94d7967cdd7ef5ecb2cc1ff9f" + "date": "2021-03-30", + "sha1": "4ac37eecf55fde9d55423d8584468e473fce2ac0" }, "support": { "link": "https://forum.xda-developers.com/poco-x2/development/kernel-optimus-drunk-kernel-b1-t4074499" diff --git a/arch/arm64/configs/phoenix_defconfig b/arch/arm64/configs/phoenix_defconfig index 399141236fa7..0b4aab65c7f0 100644 --- a/arch/arm64/configs/phoenix_defconfig +++ b/arch/arm64/configs/phoenix_defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.14.227 Kernel Configuration +# Linux/arm64 4.14.228 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -47,7 +47,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_Phoenix_v11.24" +CONFIG_LOCALVERSION="-Optimus_Drunk_Phoenix_v11.25" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y diff --git a/build.sh b/build.sh index 16d906b639c8..60f9c648e3e1 100644 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ ## Copy this script inside the kernel directory KERNEL_DEFCONFIG=phoenix_defconfig ANYKERNEL3_DIR=$PWD/AnyKernel3/ -FINAL_KERNEL_ZIP=Optimus_Drunk_Phoenix_v11.24.zip +FINAL_KERNEL_ZIP=Optimus_Drunk_Phoenix_v11.25.zip export PATH="$KERNELDIR/prebuilts/proton-clang/bin:${PATH}" export ARCH=arm64 export SUBARCH=arm64