ramips: rt305x: add support for Accton WR6202 / SMCWBR11S-3GN
[openwrt.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index 9a4d515..121b471 100644 (file)
@@ -25,10 +25,15 @@ preinit_set_mac_address() {
        hw550-3g |\
        nbg-419n |\
        omni-emb |\
-       w502u)
+       w502u    |\
+       wr6202)
                mac=$(ramips_get_mac_binary factory 40)
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
+       wl341v3)
+               mac=$(ramips_get_mac_binary board-nvram 65440)
+               ifconfig eth0 hw ether $mac 2>/dev/null
+               ;;
        esac
 }
 
This page took 0.022372 seconds and 4 git commands to generate.