diff options
| author | Nick Hainke | 2024-04-17 15:25:44 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-04-28 15:45:41 +0000 |
| commit | 436aa110c64317f51a74db03e65369fc25de058a (patch) | |
| tree | 24477d9fa81541b0df0ed43a2ebb5b89c84dfe18 | |
| parent | 0227127e79a933768f690441657483eced0efa2b (diff) | |
| download | openwrt-436aa110c64317f51a74db03e65369fc25de058a.tar.gz | |
zynq: 6.1: set testing kernel
Allow selecting 6.1 as testing kernel on zynq.
Tested-by: Luis Araneda <luaraneda@gmail.com> # Zybo Z7-20
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -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 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 |