[openwrt/openwrt] zynq: add 6.12 testing kernel

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 18 03:48:02 PST 2025


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/23f9fa72b2bd51d56eab9a10ef2f4afd00ca9e4c

commit 23f9fa72b2bd51d56eab9a10ef2f4afd00ca9e4c
Author: Stefan Kalscheuer <stefan at stklcode.de>
AuthorDate: Thu Sep 25 12:52:19 2025 +0200

    zynq: add 6.12 testing kernel
    
    Add 6.12 testing kernel for zynq target.
    
    Tested-by: Luis Araneda <luaraneda at gmail.com> # Zybo Z7-20
    Signed-off-by: Stefan Kalscheuer <stefan at stklcode.de>
    Link: https://github.com/openwrt/openwrt/pull/20166
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/zynq/Makefile | 1 +
 1 file changed, 1 insertion(+)

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




More information about the lede-commits mailing list