diff options
| author | Sven Eckelmann | 2025-10-01 12:35:49 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-10-04 14:16:22 +0000 |
| commit | 4231a731dddc7e65152ab82c1ddae14ceff85849 (patch) | |
| tree | f8327c3940bb4525c446a04b93d321aada052e19 | |
| parent | ce8ea739ebba573c65509c689a12aa5949b74639 (diff) | |
| download | openwrt-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.mk | 1 |
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. |