From: Goetz Goerisch Date: Sun, 23 Nov 2025 09:09:29 +0000 (+0100) Subject: zynq: switch to kernel 6.12 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d263af38c079e1f47efff6df3844cec3f7eec994;p=openwrt%2Fstaging%2Fstintel.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 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