]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek rtl931x: mark subtarget as source-only 18757/head
authorShiji Yang <yangshiji66@outlook.com>
Fri, 9 May 2025 14:12:11 +0000 (22:12 +0800)
committerRobert Marko <robimarko@gmail.com>
Fri, 9 May 2025 14:38:19 +0000 (16:38 +0200)
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>
target/linux/realtek/rtl931x/target.mk

index eaa6b61214ca1a540568bd961d4f68aef592179e..62e88b41c6f72d8854475cf066f8898ab54cdde3 100644 (file)
@@ -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.