aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-01-26 20:35:42 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-01-26 20:35:42 +0000
commit1a425b01c107f534b7002e88968e155a4d32fb9e (patch)
treea84f71b2d781bde43062f55eb941c36cd461b02f /target/linux/ar71xx/base-files/etc/diag.sh
parent4215ce81ce33167bb35da877503f4efed91ac92c (diff)
downloadupstream-1a425b01c107f534b7002e88968e155a4d32fb9e.tar.gz
upstream-1a425b01c107f534b7002e88968e155a4d32fb9e.tar.bz2
upstream-1a425b01c107f534b7002e88968e155a4d32fb9e.zip
ar71xx: add support for the WNDR3700v2 board
Based on a patch by Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25118 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 23370446ab..dd47cf33bb 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -105,7 +105,7 @@ get_status_led() {
unifi)
status_led="ubnt:green:dome"
;;
- wndr3700)
+ wndr3700 | wndr3700v2)
status_led="wndr3700:green:power"
;;
wnr2000)