Skip to content

Commit 9eeb5ac

Browse files
committed
InfiniR Alioth v2.42
* fix wifihal bug : QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_TS_DUTY_CYCLE not found
1 parent 9d8b005 commit 9eeb5ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/configs/vendor/alioth_defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2020
#
2121
CONFIG_INIT_ENV_ARG_LIMIT=32
2222
# CONFIG_COMPILE_TEST is not set
23-
CONFIG_LOCALVERSION="-InfiniR_Alioth_v2.41"
23+
CONFIG_LOCALVERSION="-InfiniR_Alioth_v2.42"
2424
CONFIG_LOCALVERSION_AUTO=y
2525
CONFIG_BUILD_SALT=""
2626
CONFIG_HAVE_KERNEL_GZIP=y

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
KERNEL_DEFCONFIG=vendor/alioth_defconfig
66
ANYKERNEL3_DIR=$PWD/AnyKernel3/
7-
FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.41.zip
7+
FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.42.zip
88
export ARCH=arm64
99

1010
# Speed up build process

0 commit comments

Comments
 (0)