ramips: DIR-610-A1 Support
[openwrt.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index f9aabd5..44cab3a 100644 (file)
@@ -39,7 +39,8 @@ preinit_set_mac_address() {
        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
                 ;;
@@ -60,6 +61,7 @@ preinit_set_mac_address() {
        carambola |\
        dir-615-h1 |\
        fonera20n |\
+       ip2202 |\
        rt-n13u |\
        hw550-3g |\
        nbg-419n |\
@@ -76,7 +78,9 @@ preinit_set_mac_address() {
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
        m3 |\
-       m4)
+       m4 |\
+       x5 |\
+       x8)
                mac=$(mtd_get_mac_binary factory 4)
                mac=$(macaddr_add "$mac" -1)
                ifconfig eth0 hw ether $mac 2>/dev/null