aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-25 16:16:15 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-25 16:16:15 +0000
commit7a9d4b16462f34a196e4cbab8b545ed165927dab (patch)
tree78089e602989d57faf956e692511215c2cc70d33 /target/linux/ar71xx/base-files/etc/diag.sh
parentc7dbe30bf13e1d107e888c5eee3e24262eb56fc1 (diff)
downloadopenwrt-7a9d4b16462f34a196e4cbab8b545ed165927dab.tar.gz
openwrt-7a9d4b16462f34a196e4cbab8b545ed165927dab.zip
AA: ar71xx: add user-space support for the OpenMesh MR600 board
Backport of r34232. 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/branches/attitude_adjustment@34346 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 788b628a7..416322dd7 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -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"