diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-03 15:10:57 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-02-03 19:32:07 +0100 |
commit | c53bb974b291fbf21c1205e777614968f0c2d767 (patch) | |
tree | 1bb742aec95ae200366588dfd28d04f549859be9 /target/linux | |
parent | 5ed23223fd1f53dd7b0501d640374627e1f32785 (diff) | |
download | mtk-20170518-c53bb974b291fbf21c1205e777614968f0c2d767.zip mtk-20170518-c53bb974b291fbf21c1205e777614968f0c2d767.tar.gz mtk-20170518-c53bb974b291fbf21c1205e777614968f0c2d767.tar.bz2 |
ipq806x: fix wireless macs
Commit 71a39b8 ("ipq806x: Fix wireless support for Netgear Nighthawk X4S
D7800") added a trailing TAB char after the backslash which prevents
the assignment of the correct MACs for wifi devices.
Fixes: FS#451
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
[reworded commit message]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac b/target/linux/ipq806x/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac index 0da6e0b..2ea408d 100644 --- a/target/linux/ipq806x/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac +++ b/target/linux/ipq806x/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac @@ -16,7 +16,7 @@ case "$board" in echo $(macaddr_add $(mtd_get_mac_binary default-mac 8) $(($PHYNBR - 1)) ) > /sys${DEVPATH}/macaddress ;; d7800 |\ - r7500v2 |\ + r7500v2 |\ r7800) echo $(macaddr_add $(mtd_get_mac_binary art 6) $(($PHYNBR + 1)) ) > /sys${DEVPATH}/macaddress ;; |