blob: b4099048390640704bf40b6f455c4e73d933af8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=rt288x
BOARDNAME:=RT288x based boards
CPU_TYPE:=mips32r2
FEATURES:=squashfs gpio
DEFAULT_PACKAGES += kmod-rt2800-soc
define Target/Description
Build firmware images for Ralink RT288x based boards.
endef
|