target: globally remove ARCH_PACKAGES overrides
[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 FEATURES+=usb ramdisk
8 CPU_TYPE:=24kec
9 CPU_SUBTYPE:=dsp
10
11 DEFAULT_PACKAGES += kmod-rt2800-soc
12
13 define Target/Description
14 Build firmware images for Ralink RT3x5x/RT5350 based boards.
15 endef
16