X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Fpreinit%2F06_set_iface_mac;h=96665bdf7fe674b60233035385e2f7590340e572;hb=3a64ddd0a18efe3c8fbf65579dca58672bf04fb1;hp=022f72e2404adc7bd621ce9cd819ca2146febec3;hpb=cf3885eb0f276f3d0a12aeeff3445799b59fbb23;p=librecmc%2Flibrecmc.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 022f72e240..96665bdf7f 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,6 +13,7 @@ preinit_set_mac_address() { 3g-6200nl |\ 3g300m | \ dir-620-d1 |\ + dir-300-b7 | \ w150m | \ mzk-w300nh2 |\ wl-330n |\ @@ -26,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) @@ -37,7 +42,8 @@ preinit_set_mac_address() { 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 ;; @@ -54,9 +60,11 @@ preinit_set_mac_address() { all0256n |\ all5002 |\ all5003 |\ + awm002-evb |\ carambola |\ dir-615-h1 |\ fonera20n |\ + ip2202 |\ rt-n13u |\ hw550-3g |\ nbg-419n |\ @@ -72,6 +80,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