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

SUBTARGET:=mt7620
BOARDNAME:=MT7620 based boards
FEATURES+=usb
CPU_TYPE:=24kec

DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc kmod-mt76

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