diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 17:30:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 17:30:57 +0000 |
commit | 97682e09446b8b199e6a3dbea645b2356de196a4 (patch) | |
tree | 6c5e26d42058f92937f737d9c7ae08a3a5f874d3 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | a53822baf4574bd543a6d20935f02966aba97a37 (diff) | |
download | upstream-97682e09446b8b199e6a3dbea645b2356de196a4.tar.gz upstream-97682e09446b8b199e6a3dbea645b2356de196a4.tar.bz2 upstream-97682e09446b8b199e6a3dbea645b2356de196a4.zip |
ar71xx: use the TL-MR3x20 code for the TL-WR841N/ND v7
These models are based on the AP99 reference board,
and uses the AR7241 SoC.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29658 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index d8bcb90ce7..3332a7f6e3 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -103,6 +103,7 @@ get_status_led() { tl-wr741nd | \ tl-wr741nd-v4 | \ tl-wr841n-v1 | \ + tl-wr841n-v7 | \ tl-wr941nd) status_led="tp-link:green:system" ;; |