ramips: add support for Omnima MiniEMBWiFi board
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index 69b9cdfa5930f462a1e341023fad6445f9313a33..0518b7be9476b651e08f49a4bb3557fa9aa07ce5 100644 (file)
@@ -13,8 +13,15 @@ preinit_set_mac_address() {
                mac=$(maccalc or "$mac" "02:00:00:00:00:00")
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
+       dir-300-b1 |\
+       dir-300-b2 |\
+       dir-600-b1)
+                mac=$(ramips_get_mac_binary devdata 16388)
+                ifconfig eth0 hw ether $mac 2>/dev/null
+                ;;
        hw550-3g |\
-       nbg-419n)
+       nbg-419n |\
+       omni-emb)
                mac=$(ramips_get_mac_binary factory 40)
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;