From f29c7a1f3013341828f63e55ccfa579c38b6106a Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 27 Sep 2020 10:11:11 +0200 Subject: 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 --- package/firmware/linux-firmware/qca_ath10k.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/firmware/linux-firmware') 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 -- cgit v1.2.3