diff options
author | John Crispin <john@openwrt.org> | 2015-09-14 20:11:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-09-14 20:11:01 +0000 |
commit | cbf71651ec2acf1a79655f3fcf03ba2e9014a9ea (patch) | |
tree | e276f52ad2f608267bb32d95f5e495e61d9a1dff /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | aba20334a4bdb557f5b14c28318a974529dd2b70 (diff) | |
download | upstream-cbf71651ec2acf1a79655f3fcf03ba2e9014a9ea.tar.gz upstream-cbf71651ec2acf1a79655f3fcf03ba2e9014a9ea.tar.bz2 upstream-cbf71651ec2acf1a79655f3fcf03ba2e9014a9ea.zip |
ar71xx: add user-space support for the OpenMesh MR1750 board
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 46927
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r-- | 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 1b1f6c7c66..54fca1353c 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -150,6 +150,9 @@ get_status_led() { mr600v2) status_led="mr600:blue:power" ;; + mr1750) + status_led="mr1750:blue:power" + ;; mr900 | \ mr900v2) status_led="mr900:blue:power" |