[source] ath10k-firmware: qca9888 firmware: remove board.bin

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 26 16:31:54 PDT 2017


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/f774d68fff236d22430e8919ef6c801ac1c387ab

commit f774d68fff236d22430e8919ef6c801ac1c387ab
Author: Henryk Heisig <hyniu at o2.pl>
AuthorDate: Mon Jul 3 23:59:54 2017 +0200

    ath10k-firmware: qca9888 firmware: remove board.bin
    
    Signed-off-by: Henryk Heisig <hyniu at o2.pl>
---
 package/firmware/ath10k-firmware/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index b8e1265..9a34ac3 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -243,9 +243,6 @@ define Package/ath10k-firmware-qca9888/install
 		$(PKG_BUILD_DIR)/QCA9888/hw2.0/board-2.bin \
 		$(1)/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin
 	$(INSTALL_DATA) \
-		$(PKG_BUILD_DIR)/QCA9888/hw2.0/board-2.bin \
-		$(1)/lib/firmware/ath10k/QCA9888/hw2.0/board.bin
-	$(INSTALL_DATA) \
 		$(PKG_BUILD_DIR)/QCA9888/hw2.0/firmware-5.bin_10.4-3.2-00072 \
 		$(1)/lib/firmware/ath10k/QCA9888/hw2.0/firmware-5.bin
 endef



More information about the lede-commits mailing list