d04c4a311e
Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 43514
17 lines
296 B
Makefile
17 lines
296 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7621
|
|
BOARDNAME:=MT7621 based boards
|
|
ARCH_PACKAGES:=ramips_1004kc
|
|
FEATURES+=usb
|
|
CPU_TYPE:=1004kc
|
|
CPU_SUBTYPE:=dsp
|
|
CFLAGS:=-pipe -mmt -mips32r2 -mtune=1004kc
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7621 based boards.
|
|
endef
|
|
|