ralink: Add support for samsung cy-swr1100 wireless router
[openwrt.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index 022f72e..8538c13 100644 (file)
@@ -13,6 +13,7 @@ preinit_set_mac_address() {
        3g-6200nl |\
        3g300m | \
        dir-620-d1 |\
+       dir-300-b7 | \
        w150m | \
        mzk-w300nh2 |\
        wl-330n |\
@@ -26,7 +27,11 @@ preinit_set_mac_address() {
        dir-620-a1 |\
        esr-9753 |\
        freestation5 |\
-       nw718 |\
+       hlk-rm04 | \
+       mpr-a1 | \
+       mpr-a2 | \
+       dir-300-b7 | \
+       dir-320-b1 | \
        psr-680w |\
        rt-n56u |\
        sl-r7205)
@@ -34,13 +39,19 @@ preinit_set_mac_address() {
                mac=$(macaddr_setbit_la "$mac")
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
+       br-6475nd)
+               mac=$(mtd_get_mac_binary devdata 13)
+               ifconfig eth0 hw ether $mac 2>/dev/null
+               ;;
        asl26555 |\
        dir-300-b1 |\
        dir-300-b2 |\
-       dir-600-b1)
+       dir-600-b1 |\
+       dir-610-a1)
                 mac=$(mtd_get_mac_binary devdata 16388)
                 ifconfig eth0 hw ether $mac 2>/dev/null
                 ;;
+       cy-swr1100 |\
        dir-645)
                mac=$(mtd_get_mac_ascii nvram lanmac)
                mac=$(macaddr_setbit_la "$mac")
@@ -54,14 +65,17 @@ preinit_set_mac_address() {
        all0256n |\
        all5002 |\
        all5003 |\
+       awm002-evb |\
        carambola |\
        dir-615-h1 |\
        fonera20n |\
+       ip2202 |\
        rt-n13u |\
        hw550-3g |\
        nbg-419n |\
        omni-emb |\
        omni-emb-hpm |\
+       px4885 |\
        tew-691gr |\
        tew-692gr |\
        w306r-v20 |\
@@ -72,6 +86,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