diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-03-11 15:52:41 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-03-11 16:09:16 +0100 |
commit | cbdc91902466dd113b9680566abb2eb2f8022dd4 (patch) | |
tree | ea8007b7c572f9eda6b666387176b3dfae65bfe5 /target/linux/ar71xx/base-files | |
parent | 14eb54938b525d4c2d2847a6fad7670ed944650c (diff) | |
download | upstream-cbdc91902466dd113b9680566abb2eb2f8022dd4.tar.gz upstream-cbdc91902466dd113b9680566abb2eb2f8022dd4.tar.bz2 upstream-cbdc91902466dd113b9680566abb2eb2f8022dd4.zip |
ar71xx: remove wrong MAC address adjustment for Archer C60 v2
The adjustment of the MAC address for Archer C60 v2 in 10_fix_wifi_mac
is broken since a "mac" partition is not set up for this device on
ar71xx. Instead, the MAC address is already patched correctly in
11-ath10k-caldata.
Remove the useless adjustment.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac b/target/linux/ar71xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac index f93a9f745b..2a06b7d07b 100644 --- a/target/linux/ar71xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac +++ b/target/linux/ar71xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac @@ -15,8 +15,7 @@ case "$board" in archer-c58-v1|\ archer-c59-v1|\ archer-c59-v2|\ - archer-c60-v1|\ - archer-c60-v2) + archer-c60-v1) echo $(macaddr_add $(mtd_get_mac_binary mac 0x8) $(($PHYNBR - 1)) ) > /sys${DEVPATH}/macaddress ;; *) |