diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-01-26 20:35:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-01-26 20:35:42 +0000 |
commit | 67c3e0bf7e5148a91205d280d4029b32dcc9b6e0 (patch) | |
tree | 7a4f1cace0f28b928841b8ea1fb717948d320c0a /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 25feec0c9c6a2bd9fe4c20e3cfe55e47c3d4bfaf (diff) | |
download | upstream-67c3e0bf7e5148a91205d280d4029b32dcc9b6e0.tar.gz upstream-67c3e0bf7e5148a91205d280d4029b32dcc9b6e0.tar.bz2 upstream-67c3e0bf7e5148a91205d280d4029b32dcc9b6e0.zip |
ar71xx: add support for the WNDR3700v2 board
Based on a patch by Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25118
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 2 |
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) |