[openwrt/openwrt] qualcommax: default to 6.12
LEDE Commits
lede-commits at lists.infradead.org
Tue May 20 02:40:46 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ba923ee5aec5db1f91b54a6fd24b58ad98df0b6f
commit ba923ee5aec5db1f91b54a6fd24b58ad98df0b6f
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon May 19 12:16:32 2025 +0200
qualcommax: default to 6.12
Default qualcommax target to 6.12 kernel.
It makes no sense for us to double the effort required for backporting
upstreamed patches or for downstream modifications.
Link: https://github.com/openwrt/openwrt/pull/18840
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 f7f1ffceb6..f08a9c8370 100644
--- a/target/linux/qualcommax/Makefile
+++ b/target/linux/qualcommax/Makefile
@@ -8,8 +8,7 @@ KERNELNAME:=Image
CPU_TYPE:=cortex-a53
SUBTARGETS:=ipq807x ipq60xx ipq50xx
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
More information about the lede-commits
mailing list