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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user