X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Fpreinit%2F06_set_iface_mac;h=2a0a4fdc761674ba75e089d7c4e9deedf65f5738;hb=285caa499c030c73a071c45867d503f283bbfabd;hp=d0309fd6eec541df0a6c423fd0dfa3c756f5b0ad;hpb=c3b0a9a70eec323cc5bfecbf7ba9e46b2ee7920d;p=openwrt.git diff --git a/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac b/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac index d0309fd6ee..2a0a4fdc76 100644 --- a/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac +++ b/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac @@ -13,10 +13,12 @@ preinit_set_mac_address() { 3g-6200nl |\ 3g300m | \ dir-620-d1 |\ + dir-300-b7 | \ w150m | \ mzk-w300nh2 |\ wl-330n |\ - wl-330n3g) + wl-330n3g |\ + wr8305rt) mac=$(mtd_get_mac_binary factory 4) ifconfig eth0 hw ether $mac 2>/dev/null ;; @@ -26,7 +28,11 @@ preinit_set_mac_address() { dir-620-a1 |\ esr-9753 |\ freestation5 |\ - nw718 |\ + hlk-rm04 | \ + mpr-a1 | \ + mpr-a2 | \ + dir-300-b7 | \ + dir-320-b1 | \ psr-680w |\ rt-n56u |\ sl-r7205) @@ -34,12 +40,19 @@ preinit_set_mac_address() { mac=$(macaddr_setbit_la "$mac") ifconfig eth0 hw ether $mac 2>/dev/null ;; + br-6475nd) + mac=$(mtd_get_mac_binary devdata 13) + ifconfig eth0 hw ether $mac 2>/dev/null + ;; + asl26555 |\ dir-300-b1 |\ dir-300-b2 |\ - dir-600-b1) + dir-600-b1 |\ + dir-610-a1) mac=$(mtd_get_mac_binary devdata 16388) ifconfig eth0 hw ether $mac 2>/dev/null ;; + cy-swr1100 |\ dir-645) mac=$(mtd_get_mac_ascii nvram lanmac) mac=$(macaddr_setbit_la "$mac") @@ -52,14 +65,18 @@ preinit_set_mac_address() { all0239-3g |\ all0256n |\ all5002 |\ + all5003 |\ + awm002-evb |\ carambola |\ dir-615-h1 |\ fonera20n |\ + ip2202 |\ rt-n13u |\ hw550-3g |\ nbg-419n |\ omni-emb |\ omni-emb-hpm |\ + px4885 |\ tew-691gr |\ tew-692gr |\ w306r-v20 |\ @@ -70,6 +87,14 @@ preinit_set_mac_address() { mac=$(mtd_get_mac_binary factory 40) ifconfig eth0 hw ether $mac 2>/dev/null ;; + m3 |\ + m4 |\ + x5 |\ + x8) + mac=$(mtd_get_mac_binary factory 4) + mac=$(macaddr_add "$mac" -1) + ifconfig eth0 hw ether $mac 2>/dev/null + ;; wl341v3) mac=$(mtd_get_mac_binary board-nvram 65440) ifconfig eth0 hw ether $mac 2>/dev/null