diff mbox

[OpenWrt-Devel,2/2] mvebu: undo LA bit on WRT1900ACv1 WAN MAC address

Message ID 1436220402-17624-2-git-send-email-leitec@staticky.com
State Deferred
Headers show

Commit Message

Claudio Leite July 6, 2015, 10:06 p.m. UTC
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 <leitec@staticky.com>
---
 target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

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 7217e93..9fc8d9a 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)