From ba923ee5aec5db1f91b54a6fd24b58ad98df0b6f Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Mon, 19 May 2025 12:16:32 +0200 Subject: [PATCH] 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 --- 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 f7f1ffceb63..f08a9c83701 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 += \ -- 2.47.2