From: Imre Kaloz Date: Fri, 21 Aug 2015 08:10:48 +0000 (+0000) Subject: This had been set in r44508 as a workaround for switch problems. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=87a70e07740eb9679d0cff64e2e323b674addc7a;ds=sidebyside This had been set in r44508 as a workaround for switch problems. Now that the switch driver can handle two devices with the same MAC address in separate VLANs we can go back to using the same address on both interfaces. This is the Linksys firmware's default behavior. Signed-off-by: Claudio Leite Signed-off-by: Imre Kaloz SVN-Revision: 46700 --- diff --git a/target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac b/target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac index 7217e93370..9fc8d9a0ce 100644 --- a/target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac +++ b/target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac @@ -11,9 +11,8 @@ preinit_set_mac_address() { case $(mvebu_board_name) in armada-xp-linksys-mamba) mac=$(mtd_get_mac_ascii devinfo hw_mac_addr) - mac_wan=$(macaddr_setbit_la "$mac") ifconfig eth0 hw ether $mac 2>/dev/null - ifconfig eth1 hw ether $mac_wan 2>/dev/null + ifconfig eth1 hw ether $mac 2>/dev/null ;; armada-385-linksys-caiman|armada-385-linksys-cobra) mac=$(mtd_get_mac_ascii devinfo hw_mac_addr)