[openwrt/openwrt] qualcommax: add 6.12 as testing kernel

LEDE Commits lede-commits at lists.infradead.org
Fri May 16 08:57:58 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/91e9a1d2213390ff8f8023688ad491ad237925ec

commit 91e9a1d2213390ff8f8023688ad491ad237925ec
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Wed May 7 18:22:07 2025 +0200

    qualcommax: add 6.12 as testing kernel
    
    Allow testing 6.12 as the testing kernel.
    
    Link: https://github.com/openwrt/openwrt/pull/18795
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/qualcommax/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/qualcommax/Makefile b/target/linux/qualcommax/Makefile
index b3b6dc6118..f7f1ffceb6 100644
--- a/target/linux/qualcommax/Makefile
+++ b/target/linux/qualcommax/Makefile
@@ -9,6 +9,7 @@ CPU_TYPE:=cortex-a53
 SUBTARGETS:=ipq807x ipq60xx ipq50xx
 
 KERNEL_PATCHVER:=6.6
+KERNEL_TESTING_PATCHVER:=6.12
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += \




More information about the lede-commits mailing list