[OpenWrt-Devel] [PATCH] ar71xx: fix switch configuration in Ubiquiti UAP Pro

openwrt at rogerpueyo.com openwrt at rogerpueyo.com
Tue Nov 18 03:31:36 EST 2014


From: Roger Pueyo Centelles <roger.pueyo at guifi.net>

---
 target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
index a269c1f..5fde7b2 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
@@ -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)
-- 
2.1.3
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list