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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed Feb 5, 2020
1 parent 0a748a4 commit fed148a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 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.9.212
* MIUI 11 Android 10 Camera now works
* Now built with Clang 10.0.2
* Added latest changes from Lineage kernel
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.5",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.5/Optimus_Drunk_Beryllium_v10.5.zip",
"version": "v10.6",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.6/Optimus_Drunk_Beryllium_v10.6.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Beryllium/10.0/Updates/changelog",
"date": "2020-01-29",
"sha1": "e6850e032e08dd206c70091715bc8e68e3de0095"
"date": "2020-02-05",
"sha1": "d79d1b4ef619c39df57c510106f5234163157156"
},
"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.5"
CONFIG_LOCALVERSION="-Optimus_Drunk_Beryllium_v10.6"
# 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.5.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_v10.6.zip
# Speed up build process
MAKE="./makeparallel"

Expand Down

0 comments on commit fed148a

Please sign in to comment.