ramips: add support for Linksys E7350
[openwrt/openwrt.git] / target / linux / ramips / mt7621 / base-files / etc / hotplug.d / ieee80211 / 10_fix_wifi_mac
index 98bc6c1ccf9ff2f8bafdb8f3da43caac555551e5..3c2872ae2cbddefe0a9bf9af89172941da4dff12 100644 (file)
@@ -84,7 +84,8 @@ case "$board" in
                [ "$PHYNBR" = "0" ] && macaddr_add $hw_mac_addr 1 > /sys${DEVPATH}/macaddress
                [ "$PHYNBR" = "1" ] && macaddr_add $hw_mac_addr 2 > /sys${DEVPATH}/macaddress
                ;;
-       belkin,rt1800)
+       belkin,rt1800|\
+       linksys,e7350)
                hw_mac_addr=$(mtd_get_mac_ascii Config wan_hwaddr)
                [ "$PHYNBR" = "0" ] && macaddr_add $hw_mac_addr 1 > /sys${DEVPATH}/macaddress
                [ "$PHYNBR" = "1" ] && macaddr_add $hw_mac_addr 2 > /sys${DEVPATH}/macaddress