From: Mieczyslaw Nalewaj Date: Mon, 29 Jul 2024 09:07:45 +0000 (+0200) Subject: zynq: use kernel 6.6 by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6e122b00e1f44a21b5de9cddcb4ca9d2879db3b4;p=openwrt%2Fopenwrt.git zynq: use kernel 6.6 by default Switch to Linux kernel version 6.6. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/16030 Signed-off-by: Robert Marko --- diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index 29995e43bf..c570fae73b 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.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk