2
0
forked from Ivasoft/openwrt

ar71xx: Add UBNT airGateway support

This patch adds support for the Ubiquiti Networks airGateway.

Based in part on code posted by David Hutchison <dhutchison@bluemesh.net> on openwrt-devel:
  https://lists.openwrt.org/pipermail/openwrt-devel/2013-December/023035.html

Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com>

SVN-Revision: 41766
This commit is contained in:
John Crispin
2014-07-20 17:30:17 +00:00
parent e23f27b72d
commit d19530c693
6 changed files with 87 additions and 1 deletions

View File

@@ -9,6 +9,9 @@
board=$(ar71xx_board_name)
case "$board" in
airgateway)
ucidef_set_led_wlan "wlan" "WLAN" "ubnt:blue:wlan" "phy0tpt"
;;
alfa-nx)
ucidef_set_led_netdev "wan" "WAN" "alfa:green:led_2" "eth0"
ucidef_set_led_netdev "lan" "LAN" "alfa:green:led_3" "eth1"