2
0
forked from Ivasoft/openwrt

ar71xx: register the second ethernet interface on the AP136

Also fix the default network configuration
according to the new setup.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34854
This commit is contained in:
Gabor Juhos
2012-12-22 12:12:50 +00:00
parent 5dec87afef
commit 64d31e6c6b
2 changed files with 27 additions and 5 deletions

View File

@@ -22,6 +22,13 @@ ubnt-unifi-outdoor)
ucidef_set_interface_lan "eth0 eth1"
;;
ap136)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
ucidef_add_switch_vlan "switch0" "2" "5 6"
;;
db120 |\
rb-2011l | \
rb-2011uas-2hnd)