mvebu: migrate mamba support to the upstreamed code
[openwrt/svn-archive/archive.git] / target / linux / mvebu / base-files / lib / preinit / 06_set_iface_mac
index 2b64eda8225145fa8cd3972c76c38dd915226037..7b77bea27f33f96f5d9567b7d1e4032f69bebd1e 100644 (file)
@@ -9,7 +9,7 @@ preinit_set_mac_address() {
        . /lib/mvebu.sh
 
        case $(mvebu_board_name) in
-       armada-xp-mamba)
+       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