From 4231a731dddc7e65152ab82c1ddae14ceff85849 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Wed, 1 Oct 2025 14:35:49 +0200 Subject: [PATCH] realtek: drop source-only from rtl931x target Now the rtl931x target has real devices that need to be built. Remove the source-only flag to make the images available. Signed-off-by: Sven Eckelmann Link: https://github.com/openwrt/openwrt/pull/20172 Signed-off-by: Hauke Mehrtens --- target/linux/realtek/rtl931x/target.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/realtek/rtl931x/target.mk b/target/linux/realtek/rtl931x/target.mk index 62e88b41c6f..eaa6b61214c 100644 --- a/target/linux/realtek/rtl931x/target.mk +++ b/target/linux/realtek/rtl931x/target.mk @@ -4,7 +4,6 @@ SUBTARGET:=rtl931x CPU_TYPE:=24kc BOARD:=realtek BOARDNAME:=Realtek MIPS RTL931X -FEATURES+=source-only define Target/Description Build firmware images for Realtek RTL931x based boards. -- 2.47.3