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 v11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed Mar 3, 2021
1 parent 8529964 commit d258ae7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions Updates/changelog
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* Updated to 4.9.258
* Wireguard updated to 1.0.20210219
* Updated to 4.9.259
6 changes: 3 additions & 3 deletions Updates/optimus.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"kernel": {
"name": "Optimus Drunk Beryllium",
"version": "v11.9",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v11.9/Optimus_Drunk_Beryllium_v11.9.zip",
"version": "v11.10",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Beryllium/releases/download/v11.10/Optimus_Drunk_Beryllium_v11.10.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Beryllium/11.0/Updates/changelog",
"date": "2021-02-26",
"date": "2021-03-03",
"sha1": "6cb2e8bdf766bba0619738c940747a53741d7e84"
},
"support": {
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.258 Kernel Configuration
# Linux/arm64 4.9.259 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down Expand Up @@ -46,7 +46,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_v11.9"
CONFIG_LOCALVERSION="-Optimus_Drunk_Beryllium_v11.10"
# 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_v11.9.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Beryllium_v11.10.zip
export PATH="$KERNELDIR/prebuilts/proton-clang/bin:${PATH}"
export ARCH=arm64
export SUBARCH=arm64
Expand Down

0 comments on commit d258ae7

Please sign in to comment.