diff options
author | Henryk Heisig <hyniu@o2.pl> | 2016-11-14 21:55:25 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-16 11:01:18 +0100 |
commit | 0d760bfba8da81c508ec1cec679c85278820bba7 (patch) | |
tree | 0335974448a5be148807c95b284ace595897b683 /target/linux/ar71xx/base-files/etc/hotplug.d/firmware | |
parent | 5aace5a5fbcf4a80c6765b605ffdd86d2cfadfb0 (diff) | |
download | upstream-0d760bfba8da81c508ec1cec679c85278820bba7.tar.gz upstream-0d760bfba8da81c508ec1cec679c85278820bba7.tar.bz2 upstream-0d760bfba8da81c508ec1cec679c85278820bba7.zip |
ar71xx: tl-wpa8630: Use dynamic parsing of the firmware partition
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/hotplug.d/firmware')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 2 |
1 files changed, 1 insertions, 1 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 872e6a8427..bbb28ed74d 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 @@ -87,7 +87,7 @@ case "$FIRMWARE" in ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +16) ;; tl-wpa8630) - ath10kcal_extract "ART" 20480 2116 + ath10kcal_extract "art" 20480 2116 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +1) ;; unifiac-lite | \ |