summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiji Yang2025-05-09 14:12:11 +0000
committerRobert Marko2025-05-09 14:38:19 +0000
commitffde9a9fe9adcb028ab1b39ae0728bfffe4ec304 (patch)
tree2a5784bd426fb078badeb9ebad5c872453c5cf71
parent56d818afd6c1741a09ee84464d906b03972f0a7f (diff)
downloadopenwrt-ffde9a9fe9adcb028ab1b39ae0728bfffe4ec304.tar.gz
realtek rtl931x: mark subtarget as source-only
There are no supported devices on this sub-target. It can be considered that it is still under development. Therefore, there is no need to make the buildbot build it every day. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/18757 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/realtek/rtl931x/target.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/realtek/rtl931x/target.mk b/target/linux/realtek/rtl931x/target.mk
index eaa6b61214..62e88b41c6 100644
--- a/target/linux/realtek/rtl931x/target.mk
+++ b/target/linux/realtek/rtl931x/target.mk
@@ -4,6 +4,7 @@ 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.