Skip to content

Commit

Permalink
Optimus Drunk Phoenix v10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed May 6, 2020
1 parent 237bb21 commit bf4579f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions Updates/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Rebased on LA.UM.8.9.r1-08700-SM6xx.0 CAF tag
* Bbr is now default TCP
* Updated Wireguard to 1.0.20200429
* Updated to 4.14.179
* Added script file to enable Zram at boot
* Reduced swappines to 30
* Enabled lz4 compression for Zram
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.3",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.3/Optimus_Drunk_Phoenix_v10.3.zip",
"version": "v10.4",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.4/Optimus_Drunk_Phoenix_v10.4.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Phoenix/10.0/Updates/changelog",
"date": "2020-05-04",
"sha1": "13399b850feda37c5579283c015f6a2de64920de"
"date": "2020-05-06",
"sha1": "9a5799605f26f1b40e6711d5809e4373b67b2406"
},
"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.3"
CONFIG_LOCALVERSION="-Optimus_Drunk_Phoenix_v10.4"
# 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.3.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Phoenix_v10.4.zip
# Speed up build process
MAKE="./makeparallel"

Expand Down

0 comments on commit bf4579f

Please sign in to comment.