ramips: add Poray X8 support
[openwrt.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index d0309fd..6712154 100644 (file)
@@ -26,6 +26,8 @@ preinit_set_mac_address() {
        dir-620-a1 |\
        esr-9753 |\
        freestation5 |\
+       mpr-a1 | \
+       mpr-a2 | \
        nw718 |\
        psr-680w |\
        rt-n56u |\
@@ -34,6 +36,7 @@ preinit_set_mac_address() {
                mac=$(macaddr_setbit_la "$mac")
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
+       asl26555 |\
        dir-300-b1 |\
        dir-300-b2 |\
        dir-600-b1)
@@ -52,6 +55,8 @@ preinit_set_mac_address() {
        all0239-3g |\
        all0256n |\
        all5002 |\
+       all5003 |\
+       awm002-evb |\
        carambola |\
        dir-615-h1 |\
        fonera20n |\
@@ -70,6 +75,14 @@ preinit_set_mac_address() {
                mac=$(mtd_get_mac_binary factory 40)
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
+       m3 |\
+       m4 |\
+       x5 |\
+       x8)
+               mac=$(mtd_get_mac_binary factory 4)
+               mac=$(macaddr_add "$mac" -1)
+               ifconfig eth0 hw ether $mac 2>/dev/null
+               ;;
        wl341v3)
                mac=$(mtd_get_mac_binary board-nvram 65440)
                ifconfig eth0 hw ether $mac 2>/dev/null