15517811e4
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48886
18 lines
282 B
Makefile
18 lines
282 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7628
|
|
BOARDNAME:=MT7628 based boards
|
|
ARCH_PACKAGES:=ramips_24kec
|
|
FEATURES+=usb
|
|
CPU_TYPE:=24kec
|
|
CPU_SUBTYPE:=dsp
|
|
|
|
DEFAULT_PACKAGES += kmod-mt76
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7628 based boards.
|
|
endef
|
|
|