ar71xx: add user-space support for OpenMesh MR600v2
authorGabor Juhos <juhosg@openwrt.org>
Fri, 1 Feb 2013 15:50:45 +0000 (15:50 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 1 Feb 2013 15:50:45 +0000 (15:50 +0000)
Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35429

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

index 5d3271d046bd398ee182e0e3048c39e4caa8adbe..4cfb49bd82ff97375504fd4d161743bd8c728406 100755 (executable)
@@ -96,6 +96,9 @@ get_status_led() {
        mr600)
                status_led="mr600:orange:power"
                ;;
+       mr600v2)
+               status_led="mr600:blue:power"
+               ;;
        mzk-w04nu | \
        mzk-w300nh)
                status_led="planex:green:status"
index 0399083a430823a8f3b9f9bdafa17008ff00d594..2da9f4a1ed0044fffd41ff3508112a30cbabbeee 100755 (executable)
@@ -194,6 +194,7 @@ bullet-m |\
 cap4200ag |\
 eap7660d |\
 mr600 |\
+mr600v2 |\
 rb-411 |\
 tl-mr11u |\
 tl-mr3020 |\
index a104375649c79260817988624ce69aeb37202b27..3fd23d2a412663b8aab54aa45e16097504bbf6ff 100755 (executable)
@@ -246,6 +246,9 @@ ar71xx_board_detect() {
        *LS-SR71)
                name="ls-sr71"
                ;;
+       *MR600v2)
+               name="mr600v2"
+               ;;
        *MR600)
                name="mr600"
                ;;