From 6d9f5a0ccfa86510d2448886f38fbeabf0791479 Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Thu, 29 May 2025 14:33:05 -0400 Subject: [PATCH] realtek: 6.12: activate testing kernel Allow to build the new kernel. Signed-off-by: Markus Stockhausen Link: https://github.com/openwrt/openwrt/pull/18935 Signed-off-by: Robert Marko --- target/linux/realtek/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 6cdd32a9d81..32cd48b8a24 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -10,6 +10,7 @@ FEATURES:=ramdisk squashfs SUBTARGETS:=rtl838x rtl839x rtl930x rtl931x KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 define Target/Description Build firmware images for Realtek RTL83xx based boards.