add ALL5002 userspace support
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index cb9c7abd1bb7eb5637fb8d060223bdd361e7c5fd..126c475a4ba4c6e69235abc47a2ec94045914dcd 100644 (file)
@@ -8,9 +8,15 @@ preinit_set_mac_address() {
        . /lib/ramips.sh
 
        case $(ramips_board_name) in
+       3g-6200n)
+               mac=$(ramips_get_mac_binary factory 4)
+               ifconfig eth0 hw ether $mac 2>/dev/null
+               ;;
        bc2 |\
        esr-9753 |\
+       freestation5 |\
        nw718 |\
+       psr-680w |\
        rt-n56u |\
        sl-r7205)
                mac=$(ramips_get_mac_binary factory 4)
@@ -24,11 +30,17 @@ preinit_set_mac_address() {
                 ifconfig eth0 hw ether $mac 2>/dev/null
                 ;;
        all0256n |\
+       all5002 | \
+       fonera20n |\
        hw550-3g |\
        nbg-419n |\
        omni-emb |\
+       w306r-v20 |\
        w502u    |\
-       wr6202)
+       wl-330n |\
+       wl-330n3g |\
+       wr6202 |\
+       xdxrn502j)
                mac=$(ramips_get_mac_binary factory 40)
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;