aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-03-01 13:46:01 +0000
committerLuka Perkov <luka@openwrt.org>2013-03-01 13:46:01 +0000
commit107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea (patch)
tree28d27b69dfba8e0be2a62f68eb72bc749adf0a94 /target/linux/ar71xx/base-files/etc/diag.sh
parent819472b2d061757f99ba41ff36e80edf3a38874d (diff)
downloadupstream-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.tar.gz
upstream-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.tar.bz2
upstream-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.zip
ar71xx: add support for Buffalo WZR 600DHP
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35840
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index adf32f12fb..c863b21a81 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -152,7 +152,8 @@ get_status_led() {
status_led="buffalo:green:status"
;;
wzr-hp-ag300h | \
- wzr-hp-g300nh2)
+ wzr-hp-g300nh2 | \
+ wzr-600dhp)
status_led="buffalo:red:diag"
;;
wndr3700)