Re: [OpenWrt-Devel] [PATCH v2] mvebu: set WRT1900AC WAN interface MAC address

2015-02-23 Thread Imre Kaloz
On Sun, 22 Feb 2015 15:17:14 +0100, Claudio Leite lei...@staticky.com  
wrote:



Toggles the LA bit on the WAN interface.

Signed-off-by: Claudio Leite lei...@staticky.com


Merged in 44508.


Thanks,

Imre
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH v2] mvebu: set WRT1900AC WAN interface MAC address

2015-02-22 Thread Claudio Leite
Toggles the LA bit on the WAN interface.

Signed-off-by: Claudio Leite lei...@staticky.com
---
 target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 30f1370..2b64eda 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,8 +11,9 @@ preinit_set_mac_address() {
case $(mvebu_board_name) in
armada-xp-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 2/dev/null
+   ifconfig eth1 hw ether $mac_wan 2/dev/null
;;
esac
 }
-- 
2.1.4
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel