blob: eaa6b61214ca1a540568bd961d4f68aef592179e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: GPL-2.0-only
ARCH:=mips
SUBTARGET:=rtl931x
CPU_TYPE:=24kc
BOARD:=realtek
BOARDNAME:=Realtek MIPS RTL931X
define Target/Description
Build firmware images for Realtek RTL931x based boards.
endef
|