[openwrt/openwrt] linux-firmware: take linux-firmware.git's qca99x0 boardfile
LEDE Commits
lede-commits at lists.infradead.org
Sat May 27 13:12:51 PDT 2023
chunkeey pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/f3ccdf7ad6a41fd7e0162dcc6cc81a78c1d6d2dd
commit f3ccdf7ad6a41fd7e0162dcc6cc81a78c1d6d2dd
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Fri May 13 22:07:59 2022 +0200
linux-firmware: take linux-firmware.git's qca99x0 boardfile
Kalle Valo managed to add the qca9980's boardfile in the
upstream repository. Sourcing the file from his repository
is no longer needed.
Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
(cherry picked from commit 4ba7f6d9cbd74adc82ab3064cc4c9f6ec5eb51a6)
---
package/firmware/linux-firmware/qca_ath10k.mk | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/package/firmware/linux-firmware/qca_ath10k.mk b/package/firmware/linux-firmware/qca_ath10k.mk
index e6beef791b..25a1571ad6 100644
--- a/package/firmware/linux-firmware/qca_ath10k.mk
+++ b/package/firmware/linux-firmware/qca_ath10k.mk
@@ -1,14 +1,3 @@
-QCA99X0_BOARD_REV:=e404444dfc0baf7d0fcde21ab8ec333608c9960c
-QCA99X0_BOARD_FILE:=board-2.bin.$(QCA99X0_BOARD_REV)
-
-define Download/qca99x0-board
- URL:=https://github.com/kvalo/ath10k-firmware/raw/master/QCA99X0/hw2.0/
- URL_FILE:=board-2.bin
- FILE:=$(QCA99X0_BOARD_FILE)
- HASH:=f91975dca2435fa6f8570146e6b255c2a70b9ffbdf5ef16a29d67bec7374c11a
-endef
-$(eval $(call Download,qca99x0-board))
-
Package/ath10k-board-qca4019 = $(call Package/firmware-default,ath10k qca4019 board firmware)
define Package/ath10k-board-qca4019/install
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA4019/hw1.0
@@ -117,7 +106,7 @@ Package/ath10k-board-qca99x0 = $(call Package/firmware-default,ath10k qca99x0 bo
define Package/ath10k-board-qca99x0/install
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA99X0/hw2.0
$(INSTALL_DATA) \
- $(DL_DIR)/$(QCA99X0_BOARD_FILE) \
+ $(PKG_BUILD_DIR)/ath10k/QCA99X0/hw2.0/board-2.bin \
$(1)/lib/firmware/ath10k/QCA99X0/hw2.0/board-2.bin
endef
$(eval $(call BuildPackage,ath10k-board-qca99x0))
More information about the lede-commits
mailing list