diff options
author | Luka Perkov <luka@openwrt.org> | 2013-03-03 21:59:34 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-03-03 21:59:34 +0000 |
commit | a5ebfc79ba93446ea576153c77f74d41c53c4d56 (patch) | |
tree | b864216a97218c97a34d0246536ae1d93f798c13 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 7f0cc47d8575d68bab55ad3d192f0815dced6a4a (diff) | |
download | upstream-a5ebfc79ba93446ea576153c77f74d41c53c4d56.tar.gz upstream-a5ebfc79ba93446ea576153c77f74d41c53c4d56.tar.bz2 upstream-a5ebfc79ba93446ea576153c77f74d41c53c4d56.zip |
ar71xx: rework changes from r35840
Signed-off-by: Luka Perkov <luka@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35865
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, 1 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index c863b21a81..adf32f12fb 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -152,8 +152,7 @@ get_status_led() { status_led="buffalo:green:status" ;; wzr-hp-ag300h | \ - wzr-hp-g300nh2 | \ - wzr-600dhp) + wzr-hp-g300nh2) status_led="buffalo:red:diag" ;; wndr3700) |