[openwrt/openwrt] zynq: enable 6.6 testing kernel

LEDE Commits lede-commits at lists.infradead.org
Mon Jul 29 01:33:21 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7686ce4a9138b44943f927e97f2cbf8e111a5522

commit 7686ce4a9138b44943f927e97f2cbf8e111a5522
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Fri Jul 26 02:19:46 2024 +0200

    zynq: enable 6.6 testing kernel
    
    The zynq now supports 6.6 kernel as testing.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
---
 target/linux/zynq/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile
index 90e49df878..29995e43bf 100644
--- a/target/linux/zynq/Makefile
+++ b/target/linux/zynq/Makefile
@@ -19,6 +19,7 @@ define Target/Description
 endef
 
 KERNEL_PATCHVER:=6.1
+KERNEL_TESTING_PATCHVER:=6.6
 
 include $(INCLUDE_DIR)/target.mk
 




More information about the lede-commits mailing list