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