Author: jogo Date: 2015-08-26 15:04:13 +0200 (Wed, 26 Aug 2015) New Revision: 46728
Modified: branches/chaos_calmer/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network Log: CC: brcm63xx: fix WAP-5813n default network config /etc/uci-defaults/02_network had a typo, making it generate the wrong network config. Closes #20407. Backport of r46727. Signed-off-by: Jonas Gorski <[email protected]> Modified: branches/chaos_calmer/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network =================================================================== --- branches/chaos_calmer/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network 2015-08-26 13:03:09 UTC (rev 46727) +++ branches/chaos_calmer/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network 2015-08-26 13:04:13 UTC (rev 46728) @@ -107,7 +107,7 @@ ucidef_add_switch_vlan "eth0" "1" "1 2 4 5 8t" ;; -wap-5831n) +wap-5813n) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ucidef_add_switch "eth0" "1" "1" ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 5t" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
