From: Shiji Yang Date: Fri, 9 May 2025 14:12:11 +0000 (+0800) Subject: realtek rtl931x: mark subtarget as source-only X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18757%2Fhead;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/18757 Signed-off-by: Robert Marko --- diff --git a/target/linux/realtek/rtl931x/target.mk b/target/linux/realtek/rtl931x/target.mk index eaa6b61214c..62e88b41c6f 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.