ath79: add support for D-Link DAP-2680 A1
[openwrt/openwrt.git] / target / linux / ath79 / generic / base-files / etc / hotplug.d / ieee80211 / 10_fix_wifi_mac
index c3dc2a8b5b3eb70009e8c930b96415309b8e1dab..8923a2cb114ebf68f222a73904eef1bd9ffe78ef 100644 (file)
@@ -25,7 +25,8 @@ case "$board" in
        dlink,dap-2230-a1)
                mtd_get_mac_ascii bdcfg "wlanmac" > /sys${DEVPATH}/macaddress
                ;;
-       dlink,dap-2660-a1)
+       dlink,dap-2660-a1|\
+       dlink,dap-2680-a1)
                [ "$PHYNBR" -eq 1 ] && \
                        mtd_get_mac_ascii bdcfg "wlanmac" > /sys${DEVPATH}/macaddress
                ;;