diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 11:51:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 11:51:18 +0000 |
commit | c9e25879a594b47074d3cec03f7b3b70b0eff2b6 (patch) | |
tree | 72f308e02375468e4d8c4edbfe3c68c16c10a6c5 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | b02b34668c0c76656ad9e2b6d4b006c7b82f321d (diff) | |
download | upstream-c9e25879a594b47074d3cec03f7b3b70b0eff2b6.tar.gz upstream-c9e25879a594b47074d3cec03f7b3b70b0eff2b6.tar.bz2 upstream-c9e25879a594b47074d3cec03f7b3b70b0eff2b6.zip |
ar71xx: add user space support for the TL-WDR4300
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32460 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 6cee29f3e8..5c84f82ca3 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -121,6 +121,7 @@ get_status_led() { tl-wr941nd) status_led="tp-link:green:system" ;; + tl-wdr4300 | \ tl-wr703n) status_led="tp-link:blue:system" ;; |