X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Fpreinit%2F06_set_iface_mac;h=8538c136ab7c8801a9ba5b313b8589ea0a0419f7;hp=7824e2b252db5b514d3c0baa6be19fc001f69c31;hb=790b7911819bffe556f1e7c6d87edd5a44535ee8;hpb=8d7aa0846cb129365246b428583e0edb99d160d7 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 7824e2b252..8538c136ab 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 @@ -12,6 +12,8 @@ preinit_set_mac_address() { 3g-6200n |\ 3g-6200nl |\ 3g300m | \ + dir-620-d1 |\ + dir-300-b7 | \ w150m | \ mzk-w300nh2 |\ wl-330n |\ @@ -25,7 +27,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) @@ -33,12 +39,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") @@ -51,23 +64,36 @@ 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 |\ w502u |\ wr6202 |\ + wnce2001 |\ xdxrn502j) 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