[openwrt/openwrt] zynq: 6.1: set testing kernel
LEDE Commits
lede-commits at lists.infradead.org
Sun Apr 28 08:47:46 PDT 2024
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/436aa110c64317f51a74db03e65369fc25de058a
commit 436aa110c64317f51a74db03e65369fc25de058a
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Wed Apr 17 17:25:44 2024 +0200
zynq: 6.1: set testing kernel
Allow selecting 6.1 as testing kernel on zynq.
Tested-by: Luis Araneda <luaraneda at gmail.com> # Zybo Z7-20
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
target/linux/zynq/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile
index f48b58e598..7e4ff32881 100644
--- a/target/linux/zynq/Makefile
+++ b/target/linux/zynq/Makefile
@@ -19,6 +19,7 @@ define Target/Description
endef
KERNEL_PATCHVER:=5.15
+KERNEL_TESTING_PATCHVER:=6.1
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list