2015-07-24 17:11:56 +08:00
|
|
|
#
|
|
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
SUBTARGET:=mt7688
|
|
|
|
|
BOARDNAME:=MT7688 based boards
|
|
|
|
|
FEATURES+=usb
|
2016-08-08 17:27:04 +08:00
|
|
|
CPU_TYPE:=24kc
|
2015-07-24 17:11:56 +08:00
|
|
|
|
2016-03-03 01:40:58 +08:00
|
|
|
DEFAULT_PACKAGES += kmod-mt76
|
|
|
|
|
|
2015-07-24 17:11:56 +08:00
|
|
|
define Target/Description
|
|
|
|
|
Build firmware images for Ralink MT7688 based boards.
|
|
|
|
|
endef
|
|
|
|
|
|