[openwrt/openwrt] zynq: switch to kernel 6.12

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 25 08:27:31 PST 2025


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

commit d263af38c079e1f47efff6df3844cec3f7eec994
Author: Goetz Goerisch <ggoerisch at gmail.com>
AuthorDate: Sun Nov 23 10:09:29 2025 +0100

    zynq: switch to kernel 6.12
    
    switch the kernel to 6.12 by default
    
    Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20892
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/zynq/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile
index f504dd3566..36f6dc2429 100644
--- a/target/linux/zynq/Makefile
+++ b/target/linux/zynq/Makefile
@@ -18,8 +18,7 @@ define Target/Description
 	Build firmware image for Zynq 7000 SoC devices.
 endef
 
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
 
 include $(INCLUDE_DIR)/target.mk
 




More information about the lede-commits mailing list