From b7a900782840de767e2aa751fbaf1575dc6abda4 Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Wed, 13 Mar 2024 02:15:14 +0100 Subject: [PATCH] ramips: 6.6: set testing kernel Allow selecting 6.6 as testing kernel on ramips. Signed-off-by: Mieczyslaw Nalewaj --- target/linux/ramips/Makefile | 1 + 1 file changed, 1 insertion(+) 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.