diff options
| author | Pawel Dembicki | 2024-03-14 13:41:56 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-04-04 16:31:21 +0000 |
| commit | c7d83d4379fb2c08f22e7a4f2852aaf9b37c3790 (patch) | |
| tree | 8069144c7e634f6b58868d929632d7b0f5dbf5c8 | |
| parent | 3b5b3d89ed075214d4eb3f47ea372261a3cdad27 (diff) | |
| download | openwrt-c7d83d4379fb2c08f22e7a4f2852aaf9b37c3790.tar.gz | |
kirkwood: add 6.6 kernel as testing version
This patch introduce kernel 6.6 for kirkwood target as testing version.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
| -rw-r--r-- | target/linux/kirkwood/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 241fc614c4..44eaf925a1 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -12,6 +12,7 @@ CPU_TYPE:=xscale SUBTARGETS:=generic KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |