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