diff options
| author | Stefan Kalscheuer | 2025-09-25 10:52:19 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-18 11:47:54 +0000 |
| commit | 23f9fa72b2bd51d56eab9a10ef2f4afd00ca9e4c (patch) | |
| tree | 2fcdfd73b38dc016c263d2487eeafc607e713c1d | |
| parent | ef25e165cf23cbfebc8e68eeb0cba757fd531fb4 (diff) | |
| download | openwrt-23f9fa72b2bd51d56eab9a10ef2f4afd00ca9e4c.tar.gz | |
zynq: add 6.12 testing kernel
Add 6.12 testing kernel for zynq target.
Tested-by: Luis Araneda <luaraneda@gmail.com> # Zybo Z7-20
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/20166
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/zynq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index c570fae73b..f504dd3566 100644 --- a/target/linux/zynq/Makefile +++ b/target/linux/zynq/Makefile @@ -19,6 +19,7 @@ define Target/Description endef KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |