target: globally remove ARCH_PACKAGES overrides
[openwrt/openwrt.git] / target / linux / ramips / mt7620 / target.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4
5 SUBTARGET:=mt7620
6 BOARDNAME:=MT7620 based boards
7 FEATURES+=usb
8 CPU_TYPE:=24kec
9 CPU_SUBTYPE:=dsp
10
11 DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc kmod-mt76
12
13 define Target/Description
14 Build firmware images for Ralink MT7620 based boards.
15 endef
16