diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 09:32:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 09:32:35 +0000 |
commit | d172b85b4f6502c13dc13cdf9aed4069835aafdd (patch) | |
tree | 7d775f24489084af05b189ba9bcf73ba9ff5616b /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | a582d97b599061b7a4d639d18bfd58ca16843197 (diff) | |
download | upstream-d172b85b4f6502c13dc13cdf9aed4069835aafdd.tar.gz upstream-d172b85b4f6502c13dc13cdf9aed4069835aafdd.tar.bz2 upstream-d172b85b4f6502c13dc13cdf9aed4069835aafdd.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34232 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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" |