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.
18 lines
304 B
18 lines
304 B
12 years ago
|
#
|
||
|
# Copyright (C) 2009 OpenWrt.org
|
||
|
#
|
||
|
|
||
10 years ago
|
SUBTARGET:=mt7620
|
||
|
BOARDNAME:=MT7620 based boards
|
||
12 years ago
|
ARCH_PACKAGES:=ramips_24kec
|
||
|
FEATURES+=usb
|
||
11 years ago
|
CPU_TYPE:=24kec
|
||
|
CPU_SUBTYPE:=dsp
|
||
12 years ago
|
|
||
11 years ago
|
DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc
|
||
|
|
||
12 years ago
|
define Target/Description
|
||
10 years ago
|
Build firmware images for Ralink MT7620 based boards.
|
||
12 years ago
|
endef
|
||
|
|