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 | 40cbea9b54a2d30774508cc6412e9f3d94bd6f0b (patch) | |
tree | acf22d5a662c799effb10233ae585f90d3d849d4 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 65d271e73a5e2e90476065e93525228766942460 (diff) | |
download | upstream-40cbea9b54a2d30774508cc6412e9f3d94bd6f0b.tar.gz upstream-40cbea9b54a2d30774508cc6412e9f3d94bd6f0b.tar.bz2 upstream-40cbea9b54a2d30774508cc6412e9f3d94bd6f0b.zip |
[ar71xx] add some missing wndr3800 base-files definitions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29433 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |