ralink: add support for na930

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 39611
This commit is contained in:
John Crispin
2014-02-18 13:33:25 +00:00
parent 55383946dc
commit b56bef28d7
7 changed files with 181 additions and 1 deletions

View File

@@ -160,7 +160,10 @@ get_status_led() {
;;
f7c027)
status_led="belkin:orange:status"
;;
;;
na930)
status_led="na930:blue:power"
;;
esac
}

View File

@@ -115,6 +115,9 @@ case $board in
mzk-w300nh2)
set_wifi_led "mzkw300nh2:amber:wlan"
;;
na930)
set_usb_led "na930:blue:status"
;;
nw718)
set_usb_led "nw718:amber:usb"
;;

View File

@@ -146,6 +146,7 @@ ramips_setup_interfaces()
;;
d105 | \
na930 | \
omni-emb-hpm|\
wli-tx4-ag300n)
ucidef_set_interface_lan "eth0"

View File

@@ -280,6 +280,9 @@ ramips_board_detect() {
*"V22SG")
name="v22sg"
;;
*"Sercomm NA930")
name="na930"
;;
*)
name="generic"
;;