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

SUBTARGET:=mt7621
BOARDNAME:=MT7621 based boards
FEATURES+=usb rtc
CPU_TYPE:=1004kc
CPU_SUBTYPE:=dsp

DEFAULT_PACKAGES += kmod-mt76

KERNEL_PATCHVER:=4.4

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