aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-14 16:54:15 +0000
committerJohn Crispin <john@openwrt.org>2014-11-14 16:54:15 +0000
commitcfdaa8aefd9f4d726135def66835bcd22a23de02 (patch)
tree7ad644084a65bbe72ac83f5e9f6d4860ee679d13 /target/linux/ar71xx/base-files/etc/diag.sh
parent95544f33dd204abe78dac54d4ac62fc19a58b980 (diff)
downloadupstream-cfdaa8aefd9f4d726135def66835bcd22a23de02.tar.gz
upstream-cfdaa8aefd9f4d726135def66835bcd22a23de02.tar.bz2
upstream-cfdaa8aefd9f4d726135def66835bcd22a23de02.zip
ar71xx: add user-space support for the OpenMesh MR900 board
Signed-off-by: Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 43259
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 b3a8fc5cab..3c001a0d0c 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -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"