summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorPawel Dembicki <paweldembicki@gmail.com>2023-11-14 11:18:36 +0100
committerChristian Lamparter <chunkeey@gmail.com>2023-12-12 19:35:03 +0100
commit8613353b5e7348d5c04ec7d04e248309f708687a (patch)
tree8846c69e13775444fb88efabaa08f2e27ad9a0e9 /target
parent9c673d34a0fd0b51c27184237c9c043fef7c6d5c (diff)
downloadopenwrt-8613353b5e7348d5c04ec7d04e248309f708687a.tar.gz
openwrt-8613353b5e7348d5c04ec7d04e248309f708687a.tar.bz2
openwrt-8613353b5e7348d5c04ec7d04e248309f708687a.zip
kirkwood: add 6.1 kernel as testing
It allow to test 6.1 kernel in Kirkwood. Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/kirkwood/Makefile1
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