mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 18:05:15 +00:00
11 lines
222 B
Makefile
11 lines
222 B
Makefile
|
# 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
|