ramips: fix patches after 3.14.32 bump
[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 ARCH_PACKAGES:=ramips_1004kc
8 FEATURES+=usb
9 CPU_TYPE:=1004kc
10 CPU_SUBTYPE:=dsp
11 CFLAGS:=-Os -pipe -mmt -mips32r2 -mtune=1004kc
12
13 define Target/Description
14         Build firmware images for Ralink MT7621 based boards.
15 endef
16