diff options
author | Henryk Heisig <hyniu@o2.pl> | 2016-11-07 15:37:25 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-08 11:17:10 +0100 |
commit | 1b2b3cb8becef2bf6ddf3f3f3747f99fa17e334d (patch) | |
tree | 0b1a6383d312796edf0e0503ee7676dc970607da /target/linux/ar71xx/base-files/etc/hotplug.d | |
parent | 5f6e94855113b0c37fba57eda4af0b0427457b98 (diff) | |
download | upstream-1b2b3cb8becef2bf6ddf3f3f3747f99fa17e334d.tar.gz upstream-1b2b3cb8becef2bf6ddf3f3f3747f99fa17e334d.tar.bz2 upstream-1b2b3cb8becef2bf6ddf3f3f3747f99fa17e334d.zip |
ar71xx: wpa8630: change board name to tl-wpa8630
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/hotplug.d')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index c95cfb9ec4..872e6a8427 100644 --- a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -86,14 +86,14 @@ case "$FIRMWARE" in ath10kcal_extract "ART" 20480 2116 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +16) ;; + tl-wpa8630) + ath10kcal_extract "ART" 20480 2116 + ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +1) + ;; unifiac-lite | \ unifiac-pro) ath10kcal_extract "EEPROM" 20480 2116 ;; - wpa8630) - ath10kcal_extract "ART" 20480 2116 - ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +1) - ;; esac ;; "ath10k/cal-pci-0000:01:00.0.bin") |