Skip to content

Commit

Permalink
Optimus Drunk Alioth v11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed Aug 4, 2021
1 parent ff5bfe8 commit 2ec2dff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion Updates/changelog
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* Upstreamed to 4.19.200
* Upstreamed to 4.19.201
* Updated touchscreen firmware to MIUI 21.4.21
* Some other small fixes
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 Alioth",
"version": "v11.9",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.9/Optimus_Drunk_Alioth_v11.9.zip",
"version": "v11.10",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.10/Optimus_Drunk_Alioth_v11.10.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Alioth/11.0/Updates/changelog",
"date": "2021-08-02",
"sha1": "e2cf8bd7b153f0fa48e359ce345b0b221d8f6e9c"
"date": "2021-08-04",
"sha1": "68ddb836fb208643ede045c066bb22fdaffcba9b"
},
"support": {
"link": "https://forum.xda-developers.com/t/kernel-alioth-optimus-drunk-kernel-v11-0-06-07.4302055/"
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/configs/vendor/alioth_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.200 Kernel Configuration
# Linux/arm64 4.19.201 Kernel Configuration
#

#
Expand All @@ -19,7 +19,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-Optimus_Drunk_Alioth_v11.9"
CONFIG_LOCALVERSION="-Optimus_Drunk_Alioth_v11.10"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=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=vendor/alioth_defconfig
ANYKERNEL3_DIR=$PWD/AnyKernel3/
FINAL_KERNEL_ZIP=Optimus_Drunk_Alioth_v11.9.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Alioth_v11.10.zip
export PATH="$KERNELDIR/prebuilts/proton-clang/bin:${PATH}"
export ARCH=arm64
export SUBARCH=arm64
Expand Down

0 comments on commit 2ec2dff

Please sign in to comment.