[openwrt/openwrt] zynq: set default kernel version to 6.1
LEDE Commits
lede-commits at lists.infradead.org
Wed May 1 03:14:20 PDT 2024
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ea723164262933b3a2c7ae413f1c66ec02e9db1a
commit ea723164262933b3a2c7ae413f1c66ec02e9db1a
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Wed May 1 10:24:49 2024 +0200
zynq: set default kernel version to 6.1
Set default kernel version to 6.1, facilitating simpler testing across
a broader user base.
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
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 7e4ff32881..90e49df878 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:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list