blob: f20a556de76a673e9874ad47964a784999c36c96 (
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:=24kc
DEFAULT_PACKAGES += kmod-mt76
define Target/Description
Build firmware images for Ralink MT7688 based boards.
endef
|