Author: blogic Date: 2016-01-19 11:16:20 +0100 (Tue, 19 Jan 2016) New Revision: 48358
Modified: trunk/target/linux/ar71xx/base-files/etc/board.d/02_network Log: ar71xx: board.d: fix switch defaults on dLAN pro 1200+ WiFi ac transparent for vlans as originally committed Signed-off-by: G?\195?\188nther Kelleter <[email protected]> Modified: trunk/target/linux/ar71xx/base-files/etc/board.d/02_network =================================================================== --- trunk/target/linux/ar71xx/base-files/etc/board.d/02_network 2016-01-19 10:16:11 UTC (rev 48357) +++ trunk/target/linux/ar71xx/base-files/etc/board.d/02_network 2016-01-19 10:16:20 UTC (rev 48358) @@ -310,10 +310,9 @@ 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@eth0" "2:lan" "3:lan" "4:lan" + ucidef_add_switch_attr "switch0" "enable" "false" ;; all0305 |\ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
