From 36b740d1b5918b86a176c579da524649aea06145 Mon Sep 17 00:00:00 2001 From: Jonas Jelonek Date: Mon, 30 Mar 2026 11:36:20 +0000 Subject: [PATCH] realtek: switch to 6.18 Make 6.18 the default kernel version now after the testing phase showed no big issues. Signed-off-by: Jonas Jelonek Link: https://github.com/openwrt/openwrt/pull/22869 Signed-off-by: Nick Hainke --- target/linux/realtek/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 6519cc210d..b6823f6c73 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -9,8 +9,7 @@ DEVICE_TYPE:=basic FEATURES:=ramdisk squashfs SUBTARGETS:=rtl838x rtl839x rtl930x rtl930x_nand rtl931x rtl931x_nand -KERNEL_PATCHVER:=6.12 -KERNEL_TESTING_PATCHVER:=6.18 +KERNEL_PATCHVER:=6.18 define Target/Description Build firmware images for Realtek RTL83xx/RTL93xx based boards.