summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-01-22 09:35:46 +0000
committerJohn Crispin <john@openwrt.org>2015-01-22 09:35:46 +0000
commitae70358b1b0dc6b5881ad931213e00793d8df9c2 (patch)
tree7fe558087b429fc354018fc4f0d4f7f9bd741efe /target/linux/ar71xx/base-files/etc
parentde3bf7e4c227f9947e352a4de3861c3475415f0a (diff)
downloadmaster-31e0f0ae-ae70358b1b0dc6b5881ad931213e00793d8df9c2.tar.gz
master-31e0f0ae-ae70358b1b0dc6b5881ad931213e00793d8df9c2.tar.bz2
master-31e0f0ae-ae70358b1b0dc6b5881ad931213e00793d8df9c2.zip
ar71xx: add support for the UniFi AP Outdoor Plus
the GPIO controlling the rf filter is not configured properly by this patch. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 44077
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 7cb3b6f907..444e6fff7f 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -255,6 +255,9 @@ get_status_led() {
uap-pro)
status_led="ubnt:white:dome"
;;
+ unifi-outdoor-plus)
+ status_led="ubnt:white:front"
+ ;;
airgateway)
status_led="ubnt:white:status"
;;