[openwrt/openwrt] realtek: drop source-only from rtl931x target
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 4 07:17:15 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4231a731dddc7e65152ab82c1ddae14ceff85849
commit 4231a731dddc7e65152ab82c1ddae14ceff85849
Author: Sven Eckelmann <se at simonwunderlich.de>
AuthorDate: Wed Oct 1 14:35:49 2025 +0200
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 at simonwunderlich.de>
Link: https://github.com/openwrt/openwrt/pull/20172
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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 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.
More information about the lede-commits
mailing list