ipq806x: fix wlan mac for Netgear R7800
[openwrt/staging/yousong.git] / target / linux / ipq806x / base-files / etc / hotplug.d / ieee80211 / 10_fix_wifi_mac
index 1ae43526866c3b0adc5652c00de2f8036e3ac9f2..8a0579b747ea16b3238449b2b841bf8244934d2e 100644 (file)
@@ -18,6 +18,9 @@ case "$board" in
        ea8500)
                echo $(macaddr_add $(mtd_get_mac_ascii devinfo hw_mac_addr) $(($PHYNBR + 1)) ) > /sys${DEVPATH}/macaddress
                ;;
+       r7800)
+               echo $(macaddr_add $(mtd_get_mac_binary art 6)  $(($PHYNBR + 1)) ) > /sys${DEVPATH}/macaddress
+               ;;
        *)
                ;;
 esac