aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7628/target.mk
blob: 48060ce7acff3f334687169d670412f1f743abd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (C) 2009 OpenWrt.org
#

SUBTARGET:=mt7628
BOARDNAME:=MT7628 based boards
FEATURES+=usb
CPU_TYPE:=24kc

DEFAULT_PACKAGES += kmod-mt76 wpad-mini

define Target/Description
	Build firmware images for Ralink MT7628 based boards.
endef