forked from Ivasoft/openwrt
ar71xx: Add UBNT airGateway Pro support
This patch adds kernel and userspace support for the Ubiquiti Networks airGateway Pro. Signed-off-by: Matthew Reeve <mreeve at tenxnetworks.com> SVN-Revision: 46961
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
board=$(ar71xx_board_name)
|
||||
|
||||
case "$board" in
|
||||
airgateway)
|
||||
airgateway | \
|
||||
airgatewaypro)
|
||||
ucidef_set_led_wlan "wlan" "WLAN" "ubnt:blue:wlan" "phy0tpt"
|
||||
;;
|
||||
alfa-nx)
|
||||
|
||||
@@ -86,6 +86,13 @@ cpe510)
|
||||
ucidef_add_switch_vlan "switch0" "2" "0t 4"
|
||||
;;
|
||||
|
||||
airgatewaypro)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "0t 4"
|
||||
ucidef_add_switch_vlan "switch0" "2" "0t 5"
|
||||
;;
|
||||
|
||||
db120 |\
|
||||
rb-2011l | \
|
||||
rb-2011uas |\
|
||||
|
||||
Reference in New Issue
Block a user