diff options
author | John Crispin <john@openwrt.org> | 2014-11-14 16:54:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-14 16:54:15 +0000 |
commit | cfdaa8aefd9f4d726135def66835bcd22a23de02 (patch) | |
tree | 7ad644084a65bbe72ac83f5e9f6d4860ee679d13 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 95544f33dd204abe78dac54d4ac62fc19a58b980 (diff) | |
download | mtk-20170518-cfdaa8aefd9f4d726135def66835bcd22a23de02.zip mtk-20170518-cfdaa8aefd9f4d726135def66835bcd22a23de02.tar.gz mtk-20170518-cfdaa8aefd9f4d726135def66835bcd22a23de02.tar.bz2 |
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-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
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 b3a8fc5..3c001a0 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" |