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

SUBTARGET:=mt7621
BOARDNAME:=MT7621 based boards
FEATURES+=nand ramdisk rtc usb
CPU_TYPE:=24kc

DEFAULT_PACKAGES += kmod-mt76

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