1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 22:34:04 +02:00

ar71xx: add user-space support for the OpenMesh MR600 board

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34232 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-11-18 09:32:35 +00:00
parent c7a8715a9c
commit 5784747de7
4 changed files with 13 additions and 0 deletions

View File

@ -83,6 +83,9 @@ get_status_led() {
ls-sr71)
status_led="ubnt:green:d22"
;;
mr600)
status_led="mr600:orange:power"
;;
mzk-w04nu | \
mzk-w300nh)
status_led="planex:green:status"

View File

@ -71,6 +71,12 @@ hornet-ub)
ucidef_set_led_usbdev "usb" "USB" "alfa:blue:usb" "1-1"
;;
mr600)
ucidef_set_led_netdev "port1" "port1" "mr600:blue:lan" "eth0"
ucidef_set_led_wlan "wlan58" "WLAN58" "mr600:green:wlan58" "phy0tpt"
ucidef_set_led_wlan "wlan24" "WLAN24" "mr600:green:wlan24" "phy1tpt"
;;
mzk-w04u)
ucidef_set_led_usbdev "usb" "USB" "planex:green:usb" "1-1"
;;

View File

@ -145,6 +145,7 @@ aw-nr580 |\
bullet-m |\
cap4200ag |\
eap7660d |\
mr600 |\
rb-411 |\
tl-mr11u |\
tl-mr3020 |\

View File

@ -228,6 +228,9 @@ ar71xx_board_detect() {
*LS-SR71)
name="ls-sr71"
;;
*MR600)
name="mr600"
;;
*MZK-W04NU)
name="mzk-w04nu"
;;