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