diff options
author | John Crispin <john@openwrt.org> | 2014-11-14 16:55:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-14 16:55:04 +0000 |
commit | 104be9f8032dcfbce78729a2d515b4e4567b4e18 (patch) | |
tree | 6775e44cf33387294a15529495216370ac67c1f9 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | bc333d53993935ad168578cc5d02ca27f325727f (diff) | |
download | upstream-104be9f8032dcfbce78729a2d515b4e4567b4e18.tar.gz upstream-104be9f8032dcfbce78729a2d515b4e4567b4e18.tar.bz2 upstream-104be9f8032dcfbce78729a2d515b4e4567b4e18.zip |
ar71xx: add user-space support for OpenMesh MR900v2
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43266
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 3c001a0d0c..2bb3304f32 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -103,7 +103,8 @@ get_status_led() { mr600v2) status_led="mr600:blue:power" ;; - mr900) + mr900 | \ + mr900v2) status_led="mr900:blue:power" ;; mynet-n600 | \ |