summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Eckelmann2025-10-01 12:35:49 +0000
committerHauke Mehrtens2025-10-04 14:16:22 +0000
commit4231a731dddc7e65152ab82c1ddae14ceff85849 (patch)
treef8327c3940bb4525c446a04b93d321aada052e19
parentce8ea739ebba573c65509c689a12aa5949b74639 (diff)
downloadopenwrt-4231a731dddc7e65152ab82c1ddae14ceff85849.tar.gz
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 <se@simonwunderlich.de> Link: https://github.com/openwrt/openwrt/pull/20172 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/realtek/rtl931x/target.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/realtek/rtl931x/target.mk b/target/linux/realtek/rtl931x/target.mk
index 62e88b41c6..eaa6b61214 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.