From 5026c20927235331672bf55efdf73403be05dbc2 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 11 Nov 2013 08:04:47 +0000 Subject: 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 Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38718 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/diag.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc/diag.sh') 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 | \ -- cgit v1.2.3