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