diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-12-22 19:31:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-12-22 19:31:28 +0000 |
commit | cace9f45660a8bf2ec8a67e33ea5f563ff19abb1 (patch) | |
tree | 9d6feab37d33ea2966fa00c52e52ae708303f2ca /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | ce6136a61cb39f42f0317ccba030b8ed66b8b52d (diff) | |
download | upstream-cace9f45660a8bf2ec8a67e33ea5f563ff19abb1.tar.gz upstream-cace9f45660a8bf2ec8a67e33ea5f563ff19abb1.tar.bz2 upstream-cace9f45660a8bf2ec8a67e33ea5f563ff19abb1.zip |
ar71xx: add support for the TL-WR841N v1.5 board
SVN-Revision: 18893
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index a74df07ce3..6e4ed5f6f1 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -72,6 +72,9 @@ get_status_led() { tl-wr741nd) status_led="tl-wr741nd:green:system" ;; + tl-wr841n-v1) + status_led="tl-wr841n:green:system" + ;; tl-wr941nd) status_led="tl-wr941nd:green:system" ;; |