diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-22 09:35:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-22 09:35:46 +0000 |
commit | 9154a994801e65cc1e43ed7af7881c00ce26ac10 (patch) | |
tree | f38577447b343b0c599a033b0762580b39677232 /target/linux/ar71xx/base-files/etc | |
parent | 7fdb8680e3e1c3f7f415e20186f0bcf0799fd801 (diff) | |
download | upstream-9154a994801e65cc1e43ed7af7881c00ce26ac10.tar.gz upstream-9154a994801e65cc1e43ed7af7881c00ce26ac10.tar.bz2 upstream-9154a994801e65cc1e43ed7af7881c00ce26ac10.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44077 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
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" ;; |