aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-11-11 08:04:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-11-11 08:04:47 +0000
commit5026c20927235331672bf55efdf73403be05dbc2 (patch)
tree351c67d52a5199d2235a5be1ee088120a1b1d600 /target/linux/ar71xx/base-files/etc/diag.sh
parent1d90d21b2517f3360426586763e74ac3be504ff5 (diff)
downloadmaster-187ad058-5026c20927235331672bf55efdf73403be05dbc2.tar.gz
master-187ad058-5026c20927235331672bf55efdf73403be05dbc2.tar.bz2
master-187ad058-5026c20927235331672bf55efdf73403be05dbc2.zip
ar71xx: add user space support for the TL-WA750RE/WA850RE Range extender
Patch to add user space support for the TL-WA750RE/WA850RE range extender Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38718 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index e304fac71b..b553205c03 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -126,6 +126,12 @@ get_status_led() {
tl-mr3020)
status_led="tp-link:green:wps"
;;
+ tl-wa750re)
+ status_led="tp-link:orange:re"
+ ;;
+ tl-wa850re)
+ status_led="tp-link:blue:re"
+ ;;
tl-mr3220 | \
tl-mr3220-v2 | \
tl-mr3420 | \