From: Goetz Goerisch Date: Sun, 23 Nov 2025 09:09:29 +0000 (+0100) Subject: zynq: switch to kernel 6.12 X-Git-Tag: v25.12.0-rc1~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d263af38c079e1f47efff6df3844cec3f7eec994;p=thirdparty%2Fopenwrt.git zynq: switch to kernel 6.12 switch the kernel to 6.12 by default Signed-off-by: Goetz Goerisch Link: https://github.com/openwrt/openwrt/pull/20892 Signed-off-by: Christian Marangi --- diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index f504dd35662..36f6dc2429d 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