blob: 57b0ee22514fda88b9e7cc436eba0e78c689f3fb (
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
FEATURES+=small_flash
CPU_TYPE:=24kc
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-mini swconfig
define Target/Description
Build firmware images for Ralink RT288x based boards.
endef
|