ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN network setup...
[librecmc/librecmc.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index cb9c7abd1bb7eb5637fb8d060223bdd361e7c5fd..f523d690d47418f9b63fa6900e423bc8b5640e60 100644 (file)
@@ -10,6 +10,7 @@ preinit_set_mac_address() {
        case $(ramips_board_name) in
        bc2 |\
        esr-9753 |\
+       freestation5 |\
        nw718 |\
        rt-n56u |\
        sl-r7205)
@@ -28,7 +29,9 @@ preinit_set_mac_address() {
        nbg-419n |\
        omni-emb |\
        w502u    |\
-       wr6202)
+       wl-330n |\
+       wr6202 |\
+       xdxrn502j)
                mac=$(ramips_get_mac_binary factory 40)
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;