aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-08-21 08:10:48 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-08-21 08:10:48 +0000
commitb99e2a80a88c901f6086cea0a84bc650ec284eef (patch)
treee226a6979e06cf1d01eb10d151665f5fa234ecb6 /target/linux/mvebu
parent15fa30bfd9bc80816694d7201e5c7bd4d7adba5b (diff)
downloadmaster-187ad058-b99e2a80a88c901f6086cea0a84bc650ec284eef.tar.gz
master-187ad058-b99e2a80a88c901f6086cea0a84bc650ec284eef.tar.bz2
master-187ad058-b99e2a80a88c901f6086cea0a84bc650ec284eef.zip
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> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46700 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r--target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac3
1 files changed, 1 insertions, 2 deletions
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)