diff options
author | David Bauer <mail@david-bauer.net> | 2020-09-27 10:11:11 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-09-28 16:23:33 +0200 |
commit | f29c7a1f3013341828f63e55ccfa579c38b6106a (patch) | |
tree | 1c976b7c1f5b718e89da238dc3e546b295a815c6 | |
parent | 283cdb30ab70e01ddeae3bb74a4c719bc460d3e9 (diff) | |
download | upstream-f29c7a1f3013341828f63e55ccfa579c38b6106a.tar.gz upstream-f29c7a1f3013341828f63e55ccfa579c38b6106a.tar.bz2 upstream-f29c7a1f3013341828f63e55ccfa579c38b6106a.zip |
ath10k-firmware: package Wave1 from linux-firmware
The firmware for Wave1 chips was updated to the latest release
10.2.4-1.0-00047 at the end of 2019 (commit 513d70cc50b).
Package firmware for these chips from linux-firmware.
This avoids downloading the ath10k-firmware repository.
Signed-off-by: David Bauer <mail@david-bauer.net>
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 4 | ||||
-rw-r--r-- | package/firmware/linux-firmware/qca_ath10k.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index c427f08842..52c974e9f8 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -173,9 +173,9 @@ define Package/ath10k-firmware-qca9984/install $(1)/lib/firmware/ath10k/QCA9984/hw1.0/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)) diff --git a/package/firmware/linux-firmware/qca_ath10k.mk b/package/firmware/linux-firmware/qca_ath10k.mk index 72735819fd..a7c5b13b84 100644 --- a/package/firmware/linux-firmware/qca_ath10k.mk +++ b/package/firmware/linux-firmware/qca_ath10k.mk @@ -31,7 +31,7 @@ define Package/ath10k-firmware-qca9887/install $(PKG_BUILD_DIR)/ath10k/QCA9887/hw1.0/board.bin \ $(1)/lib/firmware/ath10k/QCA9887/hw1.0/board.bin endef -# $(eval $(call BuildPackage,ath10k-firmware-qca9887)) +$(eval $(call BuildPackage,ath10k-firmware-qca9887)) Package/ath10k-firmware-qca9888 = $(call Package/firmware-default,ath10k qca9888 firmware) define Package/ath10k-firmware-qca9888/install @@ -55,7 +55,7 @@ define Package/ath10k-firmware-qca988x/install $(PKG_BUILD_DIR)/ath10k/QCA988X/hw2.0/firmware-5.bin \ $(1)/lib/firmware/ath10k/QCA988X/hw2.0/firmware-5.bin endef -# $(eval $(call BuildPackage,ath10k-firmware-qca988x)) +$(eval $(call BuildPackage,ath10k-firmware-qca988x)) Package/ath10k-firmware-qca6174 = $(call Package/firmware-default,ath10k qca6174 firmware) define Package/ath10k-firmware-qca6174/install |