ramips: add user-space support for the Tenda 3G300M
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35245
This commit is contained in:
@@ -18,6 +18,9 @@ case $board in
|
||||
set_wifi_led "edimax:amber:wlan"
|
||||
set_usb_led "edimax:blue:3g"
|
||||
;;
|
||||
3g300m)
|
||||
set_usb_led "tenda:blue:3g"
|
||||
;;
|
||||
air3gii)
|
||||
set_wifi_led "airlive:green:wlan"
|
||||
set_usb_led "airlive:green:mobile"
|
||||
|
||||
@@ -42,6 +42,7 @@ ramips_setup_interfaces()
|
||||
ucidef_set_interface_loopback
|
||||
|
||||
case $board in
|
||||
3g300m | \
|
||||
all0256n | \
|
||||
all5002 | \
|
||||
broadway)
|
||||
@@ -148,6 +149,7 @@ ramips_setup_macs()
|
||||
lan_mac=$(ramips_get_mac_binary factory 40)
|
||||
;;
|
||||
3g-6200n | \
|
||||
3g300m | \
|
||||
air3gii | \
|
||||
argus-atp52b | \
|
||||
bc2 | \
|
||||
|
||||
Reference in New Issue
Block a user