510ff1f1b8
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43300
18 lines
304 B
Makefile
18 lines
304 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7620
|
|
BOARDNAME:=MT7620 based boards
|
|
ARCH_PACKAGES:=ramips_24kec
|
|
FEATURES+=usb
|
|
CPU_TYPE:=24kec
|
|
CPU_SUBTYPE:=dsp
|
|
|
|
DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7620 based boards.
|
|
endef
|
|
|