mvebu: add support for the Linksys WRT1900ACS (Shelby)
[openwrt/svn-archive/archive.git] / target / linux / mvebu / base-files / lib / preinit / 06_set_iface_mac
index 7217e93370ccf6e8b4694b3630b29d5b8d66672a..876c08b771c1fe103295b7424fc8b059c1cd4933 100644 (file)
@@ -11,11 +11,10 @@ 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)
+       armada-385-linksys-caiman|armada-385-linksys-cobra|armada-385-linksys-shelby)
                mac=$(mtd_get_mac_ascii devinfo hw_mac_addr)
                mac_wan=$(macaddr_setbit_la "$mac")
                ifconfig eth1 hw ether $mac 2>/dev/null