Skip to content

Commit

Permalink
Optimus Drunk Phoenix v10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed May 4, 2020
1 parent 5bbfa1c commit 69b15a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 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.178
* Lots of other stuff
* Rebased on LA.UM.8.9.r1-08700-SM6xx.0 CAF tag
* Bbr is now default TCP
* Updated Wireguard to 1.0.20200429
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.2",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.2/Optimus_Drunk_Phoenix_v10.2.zip",
"version": "v10.3",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.3/Optimus_Drunk_Phoenix_v10.3.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Phoenix/10.0/Updates/changelog",
"date": "2020-05-02",
"sha1": "bf8344e49ced93cba1754bbe39d5aaa9a3e05a90"
"date": "2020-05-04",
"sha1": "13399b850feda37c5579283c015f6a2de64920de"
},
"support": {
"link": "https://forum.xda-developers.com/poco-x2/development/kernel-optimus-drunk-kernel-b1-t4074499"
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/configs/phoenix_defconfig
Original file line number Diff line number Diff line change
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.2"
CONFIG_LOCALVERSION="-Optimus_Drunk_Phoenix_v10.3"
# 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.2.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Phoenix_v10.3.zip
# Speed up build process
MAKE="./makeparallel"

Expand Down

0 comments on commit 69b15a5

Please sign in to comment.