diff --git a/Updates/changelog b/Updates/changelog index f26c66431b96..c5119c29ef2d 100644 --- a/Updates/changelog +++ b/Updates/changelog @@ -1,2 +1,3 @@ -* Updated to 4.14.181 -* Updated wireguard to 1.0.20200520 +* Updated to 4.14.182 +* Disable lmk in favor of psi +* Implement F2FS rapid GC diff --git a/Updates/optimus.json b/Updates/optimus.json index e8d3b827528a..0f2411bef134 100644 --- a/Updates/optimus.json +++ b/Updates/optimus.json @@ -1,11 +1,11 @@ { "kernel": { "name": "Optimus Drunk Phoenix", - "version": "v10.6", - "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.6/Optimus_Drunk_Phoenix_v10.6.zip", + "version": "v10.7", + "link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.7/Optimus_Drunk_Phoenix_v10.7.zip", "changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Phoenix/10.0/Updates/changelog", - "date": "2020-05-22", - "sha1": "3b83bf14e2bd7c2475301ae000e16191fcaab470" + "date": "2020-05-29", + "sha1": "743f663aea58d5a8a922f62330bedb4ed47129a4" }, "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 3b971be38702..8e0cd293c29f 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.181 Kernel Configuration +# Linux/arm64 4.14.182 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_v10.6" +CONFIG_LOCALVERSION="-Optimus_Drunk_Phoenix_v10.7" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y diff --git a/build.sh b/build.sh index 57352b55362b..3592478729e8 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ KERNEL_TOOLCHAIN=$KERNELDIR/prebuilts/aarch64-linux-android-4.9/bin/aarch64-linu ARM32_TOOLCHAIN=$KERNELDIR/prebuilts/arm-linux-androideabi-4.9/bin/arm-linux-androideabi- KERNEL_DEFCONFIG=phoenix_defconfig ANYKERNEL3_DIR=$PWD/AnyKernel3/ -FINAL_KERNEL_ZIP=Optimus_Drunk_Phoenix_v10.6.zip +FINAL_KERNEL_ZIP=Optimus_Drunk_Phoenix_v10.7.zip # Speed up build process MAKE="./makeparallel"