diff options
author | Henryk Heisig <hyniu@o2.pl> | 2017-06-29 15:38:22 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-10-27 00:45:32 +0200 |
commit | e917e51bf91fc7cb5085bda5e67d62520801f9cc (patch) | |
tree | acfd0cda9ff68931234bcc2d10f5580c660f86ff | |
parent | 1dcd8e7cf1c7a84dc658ff55f84b34887860311f (diff) | |
download | upstream-e917e51bf91fc7cb5085bda5e67d62520801f9cc.tar.gz upstream-e917e51bf91fc7cb5085bda5e67d62520801f9cc.tar.bz2 upstream-e917e51bf91fc7cb5085bda5e67d62520801f9cc.zip |
ar71xx: fix board.bin used by QCA9886 in Archer C58/C59/C60
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
-rw-r--r-- | target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 2 |
1 files changed, 2 insertions, 0 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 d96f40d708..6a0a59f610 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 @@ -143,6 +143,8 @@ case "$FIRMWARE" in archer-c59-v1|\ archer-c60-v1) ath10kcal_extract "art" 20480 12064 + ln -sf /lib/firmware/ath10k/pre-cal-pci-0000\:00\:00.0.bin \ + /lib/firmware/ath10k/QCA9888/hw2.0/board.bin ;; esac ;; |