diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-07 22:31:53 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-07 22:31:53 +0000 |
commit | 1d2b049fcddbab6c467f71b1f9f999f195c708b4 (patch) | |
tree | c46821cbf87ee668a65cea6bbde670f8cbeee0ab /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 8a13106a7674bbfbec0b5062efc39858fce24210 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38687 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 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" |