[openwrt/openwrt] qualcommax: default to kernel 6.6
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 29 10:56:34 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5876b4afb9a7f0429cdb26b87c0fc7fb6d42db53
commit 5876b4afb9a7f0429cdb26b87c0fc7fb6d42db53
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Fri Mar 29 11:38:49 2024 +0100
qualcommax: default to kernel 6.6
6.6 has been in testing on qualcommax for a while so it should be in a
good shape, but lets default to it to get a wider audience.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/qualcommax/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/qualcommax/Makefile b/target/linux/qualcommax/Makefile
index 68609157b0..ab7f52ae04 100644
--- a/target/linux/qualcommax/Makefile
+++ b/target/linux/qualcommax/Makefile
@@ -8,8 +8,7 @@ KERNELNAME:=Image dtbs
CPU_TYPE:=cortex-a53
SUBTARGETS:=ipq807x ipq60xx
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
More information about the lede-commits
mailing list