2
0
forked from Ivasoft/openwrt

add profile for the Edimax 3g-6200NL board

http://patchwork.openwrt.org/patch/3214/

Signed-off-by: Cédric Le Moing <cedric.le-moing@laposte.net>

SVN-Revision: 36172
This commit is contained in:
John Crispin
2013-04-03 10:00:03 +00:00
parent f3643374c4
commit c1710901c5
8 changed files with 92 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ preinit_set_mac_address() {
case $(ramips_board_name) in
3g-6200n |\
3g-6200nl |\
3g300m | \
mzk-w300nh2 |\
wl-330n |\

View File

@@ -33,6 +33,9 @@ ramips_board_detect() {
*"Edimax 3g-6200n")
name="3g-6200n"
;;
*"Edimax 3g-6200nl")
name="3g-6200nl"
;;
*"AirLive Air3GII")
name="air3gii"
;;

View File

@@ -15,6 +15,7 @@ platform_check_image() {
case "$board" in
3g-6200n | \
3g-6200nl | \
3g300m | \
air3gii | \
all0239-3g | \