ramips: fix rt2x00 handling of default packages for subtargets
[openwrt/openwrt.git] / target / linux / ramips / rt305x / target.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4
5 SUBTARGET:=rt305x
6 BOARDNAME:=RT3x5x/RT5350 based boards
7 ARCH_PACKAGES:=ramips_24kec
8 FEATURES+=usb
9 CPU_TYPE:=24kec
10 CPU_SUBTYPE:=dsp
11
12 DEFAULT_PACKAGES += kmod-rt2800-soc
13
14 define Target/Description
15 Build firmware images for Ralink RT3x5x/RT5350 based boards.
16 endef
17