ramips: add support for Omnima MiniEMBWiFi board
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index 4261a6c92b0cc0f05c4ccdfc58ca4d03e1bd5501..0518b7be9476b651e08f49a4bb3557fa9aa07ce5 100644 (file)
@@ -20,7 +20,8 @@ preinit_set_mac_address() {
                 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
                ;;