diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-07 19:36:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-07 19:36:35 +0000 |
commit | a1dcbc66a639d0f16e8cafb837099f156e018741 (patch) | |
tree | 5cc5709086d3bfc64582638783157492d6c46fcc /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | a56bdeff9d994f6e8e39cd8a0cad571866b27533 (diff) | |
download | upstream-a1dcbc66a639d0f16e8cafb837099f156e018741.tar.gz upstream-a1dcbc66a639d0f16e8cafb837099f156e018741.tar.bz2 upstream-a1dcbc66a639d0f16e8cafb837099f156e018741.zip |
ar71xx: add initial support for the TL-WR2543N/ND board
The WLAN LEDs are not working yet.
SVN-Revision: 29680
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 dcac49de5b..76f263b64b 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -113,6 +113,9 @@ get_status_led() { tl-wr703n) status_led="tp-link:blue:system" ;; + tl-wr2543n) + status_led="tp-link:green:wps" + ;; unifi) status_led="ubnt:green:dome" ;; |