diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-11-07 22:31:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-11-07 22:31:53 +0000 |
commit | ddcce63c78539decab77d6b1176fd1c013e3e5ee (patch) | |
tree | c5be7a2e9fb3e292b1eb48b2c011a7bac9b46bb0 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | ece1323ed43aa8549d38ba123ca0ad88b95fa7f0 (diff) | |
download | upstream-ddcce63c78539decab77d6b1176fd1c013e3e5ee.tar.gz upstream-ddcce63c78539decab77d6b1176fd1c013e3e5ee.tar.bz2 upstream-ddcce63c78539decab77d6b1176fd1c013e3e5ee.zip |
ar71xx: add user-space support for the WD My Net Wi-Fi Range Extender
Patchwork: http://patchwork.openwrt.org/patch/4281/
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38687
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 1cabd1058e..e304fac71b 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() { mynet-n600) status_led="wd:blue:power" ;; + mynet-rext) + status_led="wd:blue:power" + ;; mzk-w04nu | \ mzk-w300nh) status_led="planex:green:status" |