diff options
| author | Mieczyslaw Nalewaj | 2024-07-26 00:19:46 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-07-29 08:32:57 +0000 |
| commit | 7686ce4a9138b44943f927e97f2cbf8e111a5522 (patch) | |
| tree | 0215dabb3fb0798828c3dd7c600b936c20ebca0f | |
| parent | 0f093391ebf296b0acef6766a8a80ef2616ba241 (diff) | |
| download | openwrt-7686ce4a9138b44943f927e97f2cbf8e111a5522.tar.gz | |
zynq: enable 6.6 testing kernel
The zynq now supports 6.6 kernel as testing.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.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 90e49df878..29995e43bf 100644 --- a/target/linux/zynq/Makefile +++ b/target/linux/zynq/Makefile @@ -19,6 +19,7 @@ define Target/Description endef KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |