diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-05 12:56:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-05 12:56:21 +0000 |
commit | 78699c2e51e85d8f56e882d250136f9d8fbdd632 (patch) | |
tree | aabf6a7dd491ba84af74e3eda50be7634511728d /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 5177814ade6673626af91676f3c586a723bf8022 (diff) | |
download | upstream-78699c2e51e85d8f56e882d250136f9d8fbdd632.tar.gz upstream-78699c2e51e85d8f56e882d250136f9d8fbdd632.tar.bz2 upstream-78699c2e51e85d8f56e882d250136f9d8fbdd632.zip |
add some missing wndr3800 base-files definitions
SVN-Revision: 29433
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 dd5b6b1b4e..cb3b85177c 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -111,7 +111,7 @@ get_status_led() { wzr-hp-g300nh) status_led="buffalo:green:router" ;; - wndr3700 | wndr3700v2) + wndr3700 | wndr3700v2 | wndr3800) status_led="wndr3700:green:power" ;; wnr2000) |