diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 17:01:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 17:01:50 +0000 |
commit | b99b2ff55380e7cbf538e0d35b41e4030ee202e4 (patch) | |
tree | cb45428a0e05d7619fc78c0615f71d8a0cfab25b /target/linux/ramips/base-files/etc/diag.sh | |
parent | 0a42e38bad10f41d7effb430716d3a4851a90fd1 (diff) | |
download | upstream-b99b2ff55380e7cbf538e0d35b41e4030ee202e4.tar.gz upstream-b99b2ff55380e7cbf538e0d35b41e4030ee202e4.tar.bz2 upstream-b99b2ff55380e7cbf538e0d35b41e4030ee202e4.zip |
ramips: add userspace support for the Edimax BR-6425
[juhosg: remove sysupgrade changes]
Signed-off-by: Yuval Adam <yuv.adm@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35463
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 ff5818c20c..8702a2defb 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -42,6 +42,9 @@ get_status_led() { br6524n) status_led="edimax:blue:power" ;; + br6425) + status_led="edimax:green:power" + ;; dir-300-b1 | dir-600-b1 | dir-600-b2 | dir-615-h1 | dir-615-d | dir-620-a1) status_led="d-link:green:status" ;; |