summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj <namiltd@yahoo.com>2024-03-13 02:15:14 +0100
committerNick Hainke <vincent@systemli.org>2024-04-05 07:58:15 +0200
commitb7a900782840de767e2aa751fbaf1575dc6abda4 (patch)
treebf6ce74c8487905dacf6ad64ea7ac2a7a6c2ea9b
parent093a5aab40d6fea0bb092a257ee38fd316956804 (diff)
downloadopenwrt-b7a900782840de767e2aa751fbaf1575dc6abda4.tar.gz
openwrt-b7a900782840de767e2aa751fbaf1575dc6abda4.tar.bz2
openwrt-b7a900782840de767e2aa751fbaf1575dc6abda4.zip
ramips: 6.6: set testing kernel
Allow selecting 6.6 as testing kernel on ramips. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
-rw-r--r--target/linux/ramips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile
index 787b2e94cc..fec2a2b1f8 100644
--- a/target/linux/ramips/Makefile
+++ b/target/linux/ramips/Makefile
@@ -11,6 +11,7 @@ SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
FEATURES:=squashfs gpio
KERNEL_PATCHVER:=6.1
+KERNEL_TESTING_PATCHVER:=6.6
define Target/Description
Build firmware images for Ralink RT288x/RT3xxx based boards.