[openwrt/openwrt] zynq: use kernel 6.6 by default
LEDE Commits
lede-commits at lists.infradead.org
Sat Aug 3 02:37:03 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6e122b00e1f44a21b5de9cddcb4ca9d2879db3b4
commit 6e122b00e1f44a21b5de9cddcb4ca9d2879db3b4
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Mon Jul 29 11:07:45 2024 +0200
zynq: use kernel 6.6 by default
Switch to Linux kernel version 6.6.
Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16030
Signed-off-by: Robert Marko <robimarko 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 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
More information about the lede-commits
mailing list