Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
beryllium: Update v10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed Jan 26, 2020
1 parent 0f9f080 commit d2f5dcc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
7 changes: 3 additions & 4 deletions Updates/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
* Added CPU Input Boost
* Added FK Profiles support (Battery, Balance (Default) & Performance)
* Underclocked GPU to 170 mhz
* Miui 11 Android 10 Camera support will be added when CrDroid moves to Q Vendor
* Updated to 4.9.211
* Added Devfreq Boost
* Added DTS Eagle Support
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 Beryllium",
"version": "v10.3",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.3/Optimus_Drunk_Beryllium_v10.3.zip",
"version": "v10.4",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.4/Optimus_Drunk_Beryllium_v10.4.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Beryllium/10.0/Updates/changelog",
"date": "2020-01-23",
"sha1": "39be7b566d0ad035ef4d6dba76e617a1b2ebab3c"
"date": "2020-01-26",
"sha1": "9a8749e39f8f5138ee5d13ea7044ac87c0fa74ff"
},
"support": {
"link": "https://forum.xda-developers.com/poco-f1/development/kernel-optimus-drunk-kernel-t3936450"
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/configs/beryllium_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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_Beryllium_v10.3"
CONFIG_LOCALVERSION="-Optimus_Drunk_Beryllium_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 @@ -9,7 +9,7 @@ KERNEL_TOOLCHAIN=$ANDROIDDIR/kernel/prebuilts/aarch64-linux-android-4.9/bin/aarc
ARM32_TOOLCHAIN=$ANDROIDDIR/kernel/prebuilts/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
KERNEL_DEFCONFIG=beryllium_defconfig
ANY_KERNEL3_DIR=$KERNEL_DIR/AnyKernel3/
FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_v10.3.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_v10.4.zip
# Speed up build process
MAKE="./makeparallel"

Expand Down

0 comments on commit d2f5dcc

Please sign in to comment.