ramips: convert mt7621 to new image building code
[openwrt/openwrt.git] / target / linux / ramips / mt7621 / target.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4
5 SUBTARGET:=mt7621
6 BOARDNAME:=MT7621 based boards
7 FEATURES+=usb rtc
8 CPU_TYPE:=1004kc
9 CPU_SUBTYPE:=dsp
10 CFLAGS:=-Os -pipe -mmt -mips32r2 -mtune=1004kc
11
12 DEFAULT_PACKAGES += kmod-mt76
13
14 KERNEL_PATCHVER:=4.4
15
16 define Target/Description
17 Build firmware images for Ralink MT7621 based boards.
18 endef
19