Skip to content

Commit

Permalink
Optimus Drunk Alioth v11.28
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed Dec 8, 2021
1 parent 770cb6b commit 423d4b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions Updates/changelog
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* Updated to 4.19.219
* Updated to CAF tag LA.UM.9.12.r1-13500-SMxx50.0
* Updated to 4.19.220
* Merged latest changes from https://github.com/jaegeuk/f2fs-stable

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.27",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.27/Optimus_Drunk_Alioth_v11.27.zip",
"version": "v11.28",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.28/Optimus_Drunk_Alioth_v11.28.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Alioth/11.0/Updates/changelog",
"date": "2021-12-06",
"sha1": "85a17f1a0d5ca528aa82d9b51f82c8407cae7d55"
"date": "2021-12-08",
"sha1": "a1f05cc521517d70aa787fc735c5569f0d9fbeb4"
},
"support": {
"link": "https://forum.xda-developers.com/t/kernel-alioth-optimus-drunk-kernel-v11-0-06-07.4302055/"
Expand Down
6 changes: 3 additions & 3 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.219 Kernel Configuration
# Linux/arm64 4.19.220 Kernel Configuration
#

#
Expand All @@ -20,7 +20,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.27"
CONFIG_LOCALVERSION="-Optimus_Drunk_Alioth_v11.28"
CONFIG_LOCALVERSION_AUTO=y
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
Expand Down Expand Up @@ -922,7 +922,7 @@ CONFIG_INET_DIAG_DESTROY=y
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_WESTWOOD=y
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

KERNEL_DEFCONFIG=vendor/alioth_defconfig
ANYKERNEL3_DIR=$PWD/AnyKernel3/
FINAL_KERNEL_ZIP=Optimus_Drunk_Alioth_v11.27.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Alioth_v11.28.zip
export ARCH=arm64

# Speed up build process
Expand Down

0 comments on commit 423d4b8

Please sign in to comment.