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

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 22 13:19:34 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/36acf88fe0d974a7de5c3be5d3303048c54ce6fb

commit 36acf88fe0d974a7de5c3be5d3303048c54ce6fb
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu Feb 29 21:42:06 2024 +0100

    qualcommax: add 6.6 as testing kernel
    
    Provide kernel 6.6 as the testing kernel for qualcommax.
    
    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 1ce391ad22..68609157b0 100644
--- a/target/linux/qualcommax/Makefile
+++ b/target/linux/qualcommax/Makefile
@@ -9,6 +9,7 @@ CPU_TYPE:=cortex-a53
 SUBTARGETS:=ipq807x ipq60xx
 
 KERNEL_PATCHVER:=6.1
+KERNEL_TESTING_PATCHVER:=6.6
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += \




More information about the lede-commits mailing list