Skip to content

Commit

Permalink
Optimus Drunk Alioth v11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed Jul 28, 2021
1 parent c3f9b45 commit e0fa493
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions Updates/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
* Added latest changes from Quantic kernel
* Added full frequency table, only removed the lowest frequencies from little cpu (they are never being used)
* Upstreamed to 4.19.198
* Upstreamed to 4.19.199
* Fixed brightness issues with ambient display
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.7",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.7/Optimus_Drunk_Alioth_v11.7.zip",
"version": "v11.8",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.8/Optimus_Drunk_Alioth_v11.8.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Alioth/11.0/Updates/changelog",
"date": "2021-07-22",
"sha1": "98e94edd245f156581d5116cdb94bd4c1711866a"
"date": "2021-07-28",
"sha1": "4af0f9846e1f952544673d9c56993df9fe012e62"
},
"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.198 Kernel Configuration
# Linux/arm64 4.19.199 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.7"
CONFIG_LOCALVERSION="-Optimus_Drunk_Alioth_v11.8"
# 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.7.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Alioth_v11.8.zip
export PATH="$KERNELDIR/prebuilts/proton-clang/bin:${PATH}"
export ARCH=arm64
export SUBARCH=arm64
Expand Down

0 comments on commit e0fa493

Please sign in to comment.