diff options
author | David Bauer <mail@david-bauer.net> | 2019-10-05 02:12:56 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-10-27 14:51:24 +0100 |
commit | a3914783a32d4fe3612383391cd72638931f1cea (patch) | |
tree | 8cfbac1caf769ce3ffab2ba420fdd867acb8a9f5 /package/firmware/ath10k-firmware | |
parent | b81cee86e63d4421072839ec8a3780d8afff9337 (diff) | |
download | upstream-a3914783a32d4fe3612383391cd72638931f1cea.tar.gz upstream-a3914783a32d4fe3612383391cd72638931f1cea.tar.bz2 upstream-a3914783a32d4fe3612383391cd72638931f1cea.zip |
ath10k-firmware: retrieve wave 1 firmware from kvalo
This commit changes the source of the Wave 1 ath10k-firmware
from linux-firmware to Kall Valos ath10k-firmware repository.
This is necessary as the firmware selected in linux-firmware produces
frequent crashes in some circumstances.
This patch can be removed as soon as linux-firmware carries
10.2.4-1.0-00047 firmware.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/firmware/ath10k-firmware')
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index e5e541635d..15d9d0ce99 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -606,9 +606,9 @@ define Package/ath10k-firmware-qca9888-ct-htt/install $(1)/lib/firmware/ath10k/QCA9888/hw2.0/ct-firmware-5.bin endef -#$(eval $(call BuildPackage,ath10k-firmware-qca9887)) +$(eval $(call BuildPackage,ath10k-firmware-qca9887)) #$(eval $(call BuildPackage,ath10k-firmware-qca9888)) -#$(eval $(call BuildPackage,ath10k-firmware-qca988x)) +$(eval $(call BuildPackage,ath10k-firmware-qca988x)) #$(eval $(call BuildPackage,ath10k-firmware-qca99x0)) #$(eval $(call BuildPackage,ath10k-firmware-qca6174)) #$(eval $(call BuildPackage,ath10k-firmware-qca9984)) |