Author: kaloz
Date: 2015-08-21 10:10:48 +0200 (Fri, 21 Aug 2015)
New Revision: 46700

Modified:
   trunk/target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac
Log:
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 <[email protected]>
Signed-off-by: Imre Kaloz <[email protected]>


Modified: trunk/target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac
===================================================================
--- trunk/target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac    
2015-08-21 08:09:52 UTC (rev 46699)
+++ trunk/target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac    
2015-08-21 08:10:48 UTC (rev 46700)
@@ -11,9 +11,8 @@
        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)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to