7a2cec99a166d4961296882736d2538654d6fd99
[openwrt/openwrt.git] / target / linux / ramips / rt3883 / target.mk
1 #
2 # Copyright (C) 2011 OpenWrt.org
3 #
4
5 SUBTARGET:=rt3883
6 BOARDNAME:=RT3662/RT3883 based boards
7 FEATURES+=usb pci
8 CPU_TYPE:=74kc
9 CPU_SUBTYPE:=dsp2
10
11 DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc
12
13 define Target/Description
14 Build firmware images for Ralink RT3662/RT3883 based boards.
15 endef
16