Skip to content

Commit

Permalink
Optimus Drunk Phoenix v11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed Dec 8, 2020
1 parent bb192a3 commit 13e4faf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion Updates/changelog
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* Updated to 4.14.210
* Updated to 4.14.211
* Disabled cpu input & devfreq boost
* Removed spectrum for now (doesn't work on A11)
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": "v11.7",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Phoenix/releases/download/v11.7/Optimus_Drunk_Phoenix_v11.7.zip",
"version": "v11.8",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Phoenix/releases/download/v11.8/Optimus_Drunk_Phoenix_v11.8.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Phoenix/11.0/Updates/changelog",
"date": "2020-12-02",
"sha1": "c4cdd3eefb1686ca0d6c972e27def13bb3ccf9d2"
"date": "2020-12-08",
"sha1": "b4f28793df6840ebefa9ed670abd3d5be93f64c6"
},
"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.210 Kernel Configuration
# Linux/arm64 4.14.211 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_v11.7"
CONFIG_LOCALVERSION="-Optimus_Drunk_Phoenix_v11.8"
# 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 @@ -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.7.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Phoenix_v11.8.zip
export PATH="$KERNELDIR/prebuilts/proton-clang/bin:${PATH}"
export ARCH=arm64
export SUBARCH=arm64
Expand Down

0 comments on commit 13e4faf

Please sign in to comment.