base-files: diag does not need to insmod any drivers, procd already did it for us
[openwrt.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index fcfb86b..bd1dac0 100644 (file)
@@ -10,7 +10,10 @@ preinit_set_mac_address() {
 
        case $(ramips_board_name) in
        3g-6200n |\
+       3g-6200nl |\
        3g300m | \
+       dir-620-d1 |\
+       w150m | \
        mzk-w300nh2 |\
        wl-330n |\
        wl-330n3g)
@@ -19,9 +22,11 @@ preinit_set_mac_address() {
                ;;
        bc2 |\
        broadway |\
+       d105 |\
        dir-620-a1 |\
        esr-9753 |\
        freestation5 |\
+       mpr-a2 | \
        nw718 |\
        psr-680w |\
        rt-n56u |\
@@ -30,6 +35,7 @@ preinit_set_mac_address() {
                mac=$(macaddr_setbit_la "$mac")
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
+       asl26555 |\
        dir-300-b1 |\
        dir-300-b2 |\
        dir-600-b1)
@@ -48,6 +54,7 @@ preinit_set_mac_address() {
        all0239-3g |\
        all0256n |\
        all5002 |\
+       all5003 |\
        carambola |\
        dir-615-h1 |\
        fonera20n |\
@@ -61,6 +68,7 @@ preinit_set_mac_address() {
        w306r-v20 |\
        w502u    |\
        wr6202 |\
+       wnce2001 |\
        xdxrn502j)
                mac=$(mtd_get_mac_binary factory 40)
                ifconfig eth0 hw ether $mac 2>/dev/null