ar71xx: add user-space support for the OpenMesh MR900 board
authorJohn Crispin <john@openwrt.org>
Fri, 14 Nov 2014 16:54:15 +0000 (16:54 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 14 Nov 2014 16:54:15 +0000 (16:54 +0000)
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43259

target/linux/ar71xx/base-files/etc/diag.sh
target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
target/linux/ar71xx/base-files/etc/uci-defaults/02_network
target/linux/ar71xx/base-files/lib/ar71xx.sh

index b3a8fc5cab32166ff209b10cbb06b03c6dc5c9c1..3c001a0d0cf02486ea71edc30cb87487b5d146de 100755 (executable)
@@ -103,6 +103,9 @@ get_status_led() {
        mr600v2)
                status_led="mr600:blue:power"
                ;;
+       mr900)
+               status_led="mr900:blue:power"
+               ;;
        mynet-n600 | \
        mynet-n750)
                status_led="wd:blue:power"
index 3547f49de427c292870a99482fb8db0d70479644..9685ff076a94894dc040ae0d72d244d77a4c065f 100755 (executable)
@@ -152,6 +152,12 @@ mr600)
        ucidef_set_led_wlan "wlan58" "WLAN58" "mr600:green:wlan58" "phy0tpt"
        ;;
 
+mr900)
+       ucidef_set_led_netdev "lan" "LAN" "mr900:blue:wan" "eth0"
+       ucidef_set_led_wlan "wlan24" "WLAN24" "mr900:blue:wlan24" "phy0tpt"
+       ucidef_set_led_wlan "wlan58" "WLAN58" "mr900:blue:wlan58" "phy1tpt"
+       ;;
+
 mynet-n600)
        ucidef_set_led_netdev "wan" "WAN" "wd:blue:internet" "eth1"
        ucidef_set_led_switch "lan1" "LAN1" "wd:green:lan1" "switch0" "0x02"
index af8725e8975b6dfe8b0f5ba338aa4c8ccf385f88..dfe7161205dfd1f5fb31a5ce0761bdac6c389682 100755 (executable)
@@ -291,6 +291,7 @@ eap7660d |\
 loco-m-xw |\
 mr600 |\
 mr600v2 |\
+mr900 |\
 rb-411 |\
 rb-911g-2hpnd |\
 rb-911g-5hpnd |\
index a3cefc504346ea658db1d32c796731d42069a740..7aca600d19c2f36db8779b4eae37b0739650f871 100755 (executable)
@@ -392,6 +392,9 @@ ar71xx_board_detect() {
        *MR600)
                name="mr600"
                ;;
+       *MR900)
+               name="mr900"
+               ;;
        *"My Net N600")
                name="mynet-n600"
                ;;