ramips: add support for the Senao/EnGenius ESR-9753 board
[openwrt.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index 69b9cdf..eade567 100644 (file)
@@ -8,13 +8,20 @@ preinit_set_mac_address() {
        . /lib/ramips.sh
 
        case $(ramips_board_name) in
-       bc2 | nw718)
+       bc2 | nw718 | esr-9753)
                mac=$(ramips_get_mac_binary factory 4)
                mac=$(maccalc or "$mac" "02:00:00:00:00:00")
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
+       dir-300-b1 |\
+       dir-300-b2 |\
+       dir-600-b1)
+                mac=$(ramips_get_mac_binary devdata 16388)
+                ifconfig eth0 hw ether $mac 2>/dev/null
+                ;;
        hw550-3g |\
-       nbg-419n)
+       nbg-419n |\
+       omni-emb)
                mac=$(ramips_get_mac_binary factory 40)
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
This page took 0.039228 seconds and 4 git commands to generate.