diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:23:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:23:03 +0000 |
commit | 06edafd079348f84ce58807f70c1cff428a18934 (patch) | |
tree | 0c79c0dad8e3320520bb14f6b14536afd5ae38b7 /target/linux/ramips/base-files/etc/diag.sh | |
parent | d1a253a2fdc0afce1998e82dacece9a26dbe569e (diff) | |
download | upstream-06edafd079348f84ce58807f70c1cff428a18934.tar.gz upstream-06edafd079348f84ce58807f70c1cff428a18934.tar.bz2 upstream-06edafd079348f84ce58807f70c1cff428a18934.zip |
ramips: add user space support for the DIR-645
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33844
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ramips/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 4720130252..5fad72815f 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -39,6 +39,9 @@ get_status_led() { dir-300-b1 | dir-600-b1 | dir-600-b2 | dir-615-h1 | dir-620-a1) status_led="d-link:green:status" ;; + dir-645) + status_led="d-link:green:wps" + ;; dap-1350) status_led="d-link:blue:power" ;; |