blob: 84393c9ea3559671a8a51a15a8d45670c1dcf924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Copyright (C) 2015 OpenWrt.org
#
SUBTARGET:=mt7688
BOARDNAME:=MT7688 based boards
FEATURES+=usb
CPU_TYPE:=24kec
DEFAULT_PACKAGES += kmod-mt76
define Target/Description
Build firmware images for Ralink MT7688 based boards.
endef
|