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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed Jan 23, 2020
1 parent 4702a7e commit 57a4b78
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Updates/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Updated to 4.9.210
* Bluetooth updated to Xiaomi Q Source
* Updated Anykernel3, you now don't have to flash magisk again after flashing kernel
* Blocked some wakelocks
* 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
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.2",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.2/Optimus_Drunk_Beryllium_v10.2.zip",
"version": "v10.3",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.3/Optimus_Drunk_Beryllium_v10.3.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Beryllium/10.0/Updates/changelog",
"date": "2020-01-15",
"sha1": "02d49064ae30c0ced0990d3314558530a0081459"
"date": "2020-01-23",
"sha1": "39be7b566d0ad035ef4d6dba76e617a1b2ebab3c"
},
"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.2"
CONFIG_LOCALVERSION="-Optimus_Drunk_Beryllium_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 @@ -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.2.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_v10.3.zip
# Speed up build process
MAKE="./makeparallel"

Expand Down

0 comments on commit 57a4b78

Please sign in to comment.