[OpenWrt-Devel] [PATCH 2/2] ar71xx: board.d: fix switch defaults on dLAN pro 1200+ WiFi ac

Günther Kelleter guenther.kelleter at devolo.de
Thu Jan 14 09:42:30 EST 2016


transparent for vlans as originally committed

Signed-off-by: Günther Kelleter <guenther.kelleter at devolo.de>
---
 target/linux/ar71xx/base-files/etc/board.d/02_network | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network
index 190b693..1c0510f 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -309,10 +309,9 @@ dlan-pro-500-wp)
 
 dlan-pro-1200-ac)
 	ucidef_set_interface_lan "eth0"
-	ucidef_add_switch "switch0"
-	ucidef_add_switch_attr "switch0" "reset" "false"
-	ucidef_add_switch_ports "switch0" \
+	ucidef_add_switch "switch0" \
 		"0 at eth0" "2:lan" "3:lan" "4:lan"
+	ucidef_add_switch_attr "switch0" "enable" "false"
 	;;
 
 all0305 |\
-- 
2.5.4.92.gc15957c
_______________________________________________
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