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

Commit

Permalink
Optimus Drunk Beryllium v10.31
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed Aug 27, 2020
1 parent 0afdc23 commit 06aaf3f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Updates/changelog
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* Rebased on LOS kernel and a lot of cleanup
* Enabled zram on boot
* Updated to 4.9.234
* Relaxed charging a bit more
* Fixed network monitor on MIUI
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.30",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.30/Optimus_Drunk_Beryllium_v10.30.zip",
"version": "v10.31",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v10.31/Optimus_Drunk_Beryllium_v10.31.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Beryllium/10.0/Updates/changelog",
"date": "2020-08-25",
"sha1": "2065e3fce7266e4d2c0e9c2ad16d14fdae15e790"
"date": "2020-08-27",
"sha1": "01dc997a801ef1efab74e8750f6eb09a37d3050f"
},
"support": {
"link": "https://forum.xda-developers.com/poco-f1/development/kernel-optimus-drunk-kernel-t3936450"
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/configs/beryllium_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.9.233 Kernel Configuration
# Linux/arm64 4.9.234 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down 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.30"
CONFIG_LOCALVERSION="-Optimus_Drunk_Beryllium_v10.31"
# 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 @@ -5,7 +5,7 @@
## Copy this script inside the kernel directory
KERNEL_DEFCONFIG=beryllium_defconfig
ANYKERNEL3_DIR=$PWD/AnyKernel3/
FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_v10.30.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_v10.31.zip
export PATH="$KERNELDIR/prebuilts/proton-clang/bin:${PATH}"
export ARCH=arm64
export SUBARCH=arm64
Expand Down

0 comments on commit 06aaf3f

Please sign in to comment.