aaecfecdcd kernel: bump kernel 4.4 to version 4.4.139 b08003223a base-files: fix links in banner.failsafe 71019a7605 ar71xx: fix 5 GHz Wi-Fi on NBG6716 ba5c0a1dea Revert "base-files: fix UCI config parsing and callback handling" 5c6a8a9cdb kernel: bump kernel 4.4 to version 4.4.138 cf4a37a581 uci: add missing 'option' support to uci_rename() 7fc94b2a25 mac80211: rt2x00: no longer use TXOP_BACKOFF for probe frames b03826d8aa kernel: bump kernel 4.4 to version 4.4.137 21f44e3389 map: add ealen as configurable uci parameter Signed-off-by: Christoph Krapp <achterin@googlemail.com>
21 lines
910 B
Diff
21 lines
910 B
Diff
From: Henryk Heisig <hyniu@o2.pl>
|
|
Date: Thu, 29 Jun 2017 15:38:22 +0200
|
|
Subject: ar71xx: fix board.bin used by QCA9886 in Archer C58/C59/C60
|
|
|
|
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
|
|
(cherry picked from commit e917e51bf91fc7cb5085bda5e67d62520801f9cc)
|
|
|
|
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 4ef5ba983d3fadc5e7842f707fff641a3c0cea8f..8efe348498d4aaf5ae660a29073fc75ae7c9d72e 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
|
|
@@ -144,6 +144,8 @@ case "$FIRMWARE" in
|
|
case $board in
|
|
archer-c58-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
|
|
;;
|