From 1bc1b98de943f61ec0120dc99886d1e35c51b4b4 Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Thu, 9 Apr 2026 22:48:42 +0200 Subject: [PATCH] ramips: use kernel 6.18 by default Switch to Linux kernel version 6.18. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/22871 Signed-off-by: Nick Hainke --- target/linux/ramips/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 8243d2f139..d402a74734 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=MediaTek Ralink MIPS SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883 FEATURES:=squashfs gpio -KERNEL_PATCHVER:=6.12 -KERNEL_TESTING_PATCHVER:=6.18 +KERNEL_PATCHVER:=6.18 define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards.