From 5d7aa6395e186653abcd60d75002ab60535fea89 Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Tue, 6 Jan 2026 10:42:57 +0100 Subject: [PATCH] ramips: enable 6.18 testing kernel The ramips now supports 6.18 kernel as testing. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/21418 Signed-off-by: Robert Marko --- target/linux/ramips/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 02597e13af..8243d2f139 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.12 +KERNEL_TESTING_PATCHVER:=6.18 define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards.