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.
16 lines
246 B
16 lines
246 B
10 years ago
|
#
|
||
|
# Copyright (C) 2009 OpenWrt.org
|
||
|
#
|
||
|
|
||
7 years ago
|
SUBTARGET:=mt76x8
|
||
|
BOARDNAME:=MT76x8 based boards
|
||
10 years ago
|
FEATURES+=usb
|
||
8 years ago
|
CPU_TYPE:=24kc
|
||
10 years ago
|
|
||
8 years ago
|
DEFAULT_PACKAGES += kmod-mt76 wpad-mini
|
||
9 years ago
|
|
||
10 years ago
|
define Target/Description
|
||
7 years ago
|
Build firmware images for Ralink MT76x8 based boards.
|
||
10 years ago
|
endef
|
||
|
|