diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-04 20:16:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-04 20:16:05 +0000 |
commit | 276b0a594dd7bbf4e9303c581597bd2f2213a952 (patch) | |
tree | f619453bcb9c2412256f86ece6dccefeddfe74fb /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 4d225ea147abe5a0e4f22181b5ac45ea975d535f (diff) | |
download | upstream-276b0a594dd7bbf4e9303c581597bd2f2213a952.tar.gz upstream-276b0a594dd7bbf4e9303c581597bd2f2213a952.tar.bz2 upstream-276b0a594dd7bbf4e9303c581597bd2f2213a952.zip |
ar71xx: user-space support for TL-WR841N/ND v8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33622 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 420d690245..c3f97345c6 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -128,6 +128,7 @@ get_status_led() { tl-wr741nd-v4 | \ tl-wr841n-v1 | \ tl-wr841n-v7 | \ + tl-wr841n-v8 | \ tl-wr941nd) status_led="tp-link:green:system" ;; |