You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
291 B
17 lines
291 B
#
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7620n
|
|
BOARDNAME:=MT7620n based boards
|
|
ARCH_PACKAGES:=ramips_24kec
|
|
FEATURES+=usb
|
|
CPU_TYPE:=24kec
|
|
CPU_SUBTYPE:=dsp
|
|
|
|
DEFAULT_PACKAGES += kmod-rt2800-soc
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7620n based boards.
|
|
endef
|
|
|
|
|