Skip to content

Commit

Permalink
Optimus Drunk Alioth v11.26
Browse files Browse the repository at this point in the history
  • Loading branch information
GtrCraft committed Nov 28, 2021
1 parent c946770 commit 843ca47
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Updates/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Updated to 4.19.217
* Updated CAF tag to LA.UM.9.12.r1-13400-SMxx50.0
* Fixed a performance regression
* Some other small optimisations
* Updated to 4.19.218
* Updated more kernel drivers to CAF tag to LA.UM.9.12.r1-13400-SMxx50.0
* Updated f2fs to google's upstream
* Aded KCAL support
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.25",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.25/Optimus_Drunk_Alioth_v11.25.zip",
"version": "v11.26",
"link": "https://github.com/GZR-Kernels/Optimus_Drunk_Alioth/releases/download/v11.26/Optimus_Drunk_Alioth_v11.26.zip",
"changelog_url": "https://raw.githubusercontent.com/GZR-Kernels/Optimus_Drunk_Alioth/11.0/Updates/changelog",
"date": "2021-11-12",
"sha1": "6121c0f708b5efce9239ca7a2c8d82035048bd85"
"date": "2021-11-28",
"sha1": "d4415833f04d53b95a7cebbfa54f26e33151b84d"
},
"support": {
"link": "https://forum.xda-developers.com/t/kernel-alioth-optimus-drunk-kernel-v11-0-06-07.4302055/"
Expand Down
11 changes: 6 additions & 5 deletions arch/arm64/configs/vendor/alioth_defconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.217 Kernel Configuration
# Linux/arm64 4.19.218 Kernel Configuration
#

#
# Compiler: gcc (Ubuntu 10.3.0-1ubuntu1) 10.3.0
# Compiler: gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=100300
CONFIG_GCC_VERSION=110200
CONFIG_CLANG_VERSION=0
CONFIG_LLD_VERSION=0
CONFIG_CC_HAS_ASM_GOTO=y
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.25"
CONFIG_LOCALVERSION="-Optimus_Drunk_Alioth_v11.26"
CONFIG_LOCALVERSION_AUTO=y
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
Expand Down Expand Up @@ -1046,7 +1046,7 @@ CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
CONFIG_NETFILTER_XT_TARGET_CT=y
CONFIG_NETFILTER_XT_TARGET_DSCP=y
# CONFIG_NETFILTER_XT_TARGET_HL is not set
CONFIG_NETFILTER_XT_TARGET_HL=y
# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_HARDIDLETIMER=y
Expand Down Expand Up @@ -3088,6 +3088,7 @@ CONFIG_DEVFREQ_THERMAL=y
#
CONFIG_QCOM_SPMI_TEMP_ALARM=y
# CONFIG_GENERIC_ADC_THERMAL is not set
# CONFIG_THERMAL_QPNP_ADC_TM is not set
CONFIG_THERMAL_TSENS=y

#
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.25.zip
FINAL_KERNEL_ZIP=Optimus_Drunk_Alioth_v11.26.zip
export ARCH=arm64

# Speed up build process
Expand Down

0 comments on commit 843ca47

Please sign in to comment.