Skip to content

Commit

Permalink
Optimus Drunk Phoenix v10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed May 29, 2020
1 parent 30a0474 commit 0dc0105
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Updates/changelog
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions Updates/optimus.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/configs/phoenix_defconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 0dc0105

Please sign in to comment.