projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56d818a
)
realtek rtl931x: mark subtarget as source-only
author
Shiji Yang
<
[email protected]
>
Fri, 9 May 2025 14:12:11 +0000
(22:12 +0800)
committer
Robert Marko
<
[email protected]
>
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/18757
Signed-off-by: Robert Marko <
[email protected]
>
target/linux/realtek/rtl931x/target.mk
patch
|
blob
|
history
diff --git
a/target/linux/realtek/rtl931x/target.mk
b/target/linux/realtek/rtl931x/target.mk
index eaa6b61214ca1a540568bd961d4f68aef592179e..62e88b41c6f72d8854475cf066f8898ab54cdde3 100644
(file)
--- 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.