ramips: add user-space support for the Omnima EMB HPM board
[openwrt.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index 379f74d..247b553 100644 (file)
@@ -8,11 +8,16 @@ preinit_set_mac_address() {
        . /lib/ramips.sh
 
        case $(ramips_board_name) in
-       3g-6200n)
+       3g-6200n |\
+       3g300m | \
+       mzk-w300nh2 |\
+       wl-330n |\
+       wl-330n3g)
                mac=$(ramips_get_mac_binary factory 4)
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
        bc2 |\
+       broadway |\
        dir-620-a1 |\
        esr-9753 |\
        freestation5 |\
@@ -49,12 +54,11 @@ preinit_set_mac_address() {
        hw550-3g |\
        nbg-419n |\
        omni-emb |\
+       omni-emb-hpm |\
        tew-691gr |\
        tew-692gr |\
        w306r-v20 |\
        w502u    |\
-       wl-330n |\
-       wl-330n3g |\
        wr6202 |\
        xdxrn502j)
                mac=$(ramips_get_mac_binary factory 40)