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>
11 lines
244 B
Makefile
11 lines
244 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ARCH:=mips
|
|
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.
|
|
endef
|