You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#
|
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
|
|
#
|
|
|
|
|
|
|
|
SUBTARGET:=mt7688
|
|
|
|
BOARDNAME:=MT7688 based boards
|
|
|
|
FEATURES+=usb
|
|
|
|
CPU_TYPE:=24kec
|
|
|
|
CPU_SUBTYPE:=dsp
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES += kmod-mt76
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Ralink MT7688 based boards.
|
|
|
|
endef
|
|
|
|
|