aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-11-18 09:32:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-11-18 09:32:35 +0000
commitc3174179b73e49e9ce32740d0bc65d138b959ada (patch)
tree8298922cbb2d5403e42f1539c4efa140f83cf7cd /target/linux/ar71xx/base-files/etc/diag.sh
parent8d4857d677489d66554fbde5fdae5c63b50c6d0a (diff)
downloadupstream-c3174179b73e49e9ce32740d0bc65d138b959ada.tar.gz
upstream-c3174179b73e49e9ce32740d0bc65d138b959ada.tar.bz2
upstream-c3174179b73e49e9ce32740d0bc65d138b959ada.zip
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> SVN-Revision: 34232
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 788b628a76..416322dd7c 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"