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=44cab3aa1942664abd615bd867b235bd82b70dba;hp=52bf115ccfd4c93e42f737d5792d0a05499804fb;hb=ef395f6d5feda9c94ada7ad4884f5a03a5dd7ba0;hpb=cb06f20d31cc8776aab0de950b89b77f50eef890 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 52bf115ccf..44cab3aa19 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,7 @@ preinit_set_mac_address() { 3g-6200n |\ 3g-6200nl |\ 3g300m | \ + dir-620-d1 |\ w150m | \ mzk-w300nh2 |\ wl-330n |\ @@ -25,6 +26,8 @@ preinit_set_mac_address() { dir-620-a1 |\ esr-9753 |\ freestation5 |\ + mpr-a1 | \ + mpr-a2 | \ nw718 |\ psr-680w |\ rt-n56u |\ @@ -33,9 +36,11 @@ 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) + dir-600-b1 |\ + dir-610-a1) mac=$(mtd_get_mac_binary devdata 16388) ifconfig eth0 hw ether $mac 2>/dev/null ;; @@ -51,9 +56,12 @@ preinit_set_mac_address() { all0239-3g |\ all0256n |\ all5002 |\ + all5003 |\ + awm002-evb |\ carambola |\ dir-615-h1 |\ fonera20n |\ + ip2202 |\ rt-n13u |\ hw550-3g |\ nbg-419n |\ @@ -69,6 +77,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