ar71xx: fix switch configuration in Ubiquiti UAP Pro
authorJohn Crispin <john@openwrt.org>
Wed, 19 Nov 2014 09:20:18 +0000 (09:20 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 19 Nov 2014 09:20:18 +0000 (09:20 +0000)
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
SVN-Revision: 43306

target/linux/ar71xx/base-files/etc/uci-defaults/02_network

index a269c1f330d74c371bcd95c347e7ee586e3d18c9..5fde7b2b460c67a9b99e4c84775ca70481207825 100755 (executable)
@@ -215,9 +215,10 @@ wnr612-v2)
        ;;
 
 uap-pro)
-       ucidef_set_interface_lan "eth0"
+       ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
        ucidef_add_switch "switch0" "1" "1"
-       ucidef_add_switch_vlan "switch0" "1" "0 1 2"
+       ucidef_add_switch_vlan "switch0" "1" "0t 1"
+       ucidef_add_switch_vlan "switch0" "2" "0t 2"
        ;;
 
 nanostation-m-xw)