diff options
| author | Pawel Dembicki | 2023-11-14 10:18:36 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2023-12-12 18:35:03 +0000 |
| commit | 8613353b5e7348d5c04ec7d04e248309f708687a (patch) | |
| tree | 8846c69e13775444fb88efabaa08f2e27ad9a0e9 | |
| parent | 9c673d34a0fd0b51c27184237c9c043fef7c6d5c (diff) | |
| download | openwrt-8613353b5e7348d5c04ec7d04e248309f708687a.tar.gz | |
kirkwood: add 6.1 kernel as testing
It allow to test 6.1 kernel in Kirkwood.
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 133208dd25..54f26281a4 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -12,6 +12,7 @@ CPU_TYPE:=xscale SUBTARGETS:=generic KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk |