aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-19 09:20:18 +0000
committerJohn Crispin <john@openwrt.org>2014-11-19 09:20:18 +0000
commit6af2109a6401dfb05e2812c1c95bfc2620aa957d (patch)
treee1920a5a661f5b6e7b379cdb44573a34eaeb9ceb
parentd93dc245e56a8d65b25cc3b422e294750ef949c4 (diff)
downloadupstream-6af2109a6401dfb05e2812c1c95bfc2620aa957d.tar.gz
upstream-6af2109a6401dfb05e2812c1c95bfc2620aa957d.tar.bz2
upstream-6af2109a6401dfb05e2812c1c95bfc2620aa957d.zip
ar71xx: fix switch configuration in Ubiquiti UAP Pro
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net> SVN-Revision: 43306
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/02_network5
1 files 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 a269c1f330..5fde7b2b46 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)