[source] ath10k-firmware: add symlink for QCA9984 board.bin

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 3 03:06:50 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=898fff8253599c16df0d4a312784ee5158e5629d

commit 898fff8253599c16df0d4a312784ee5158e5629d
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Jun 26 21:47:51 2016 +0200

    ath10k-firmware: add symlink for QCA9984 board.bin
    
    Use first caldata for devices without OTP. The driver uses the caldata
    instead of the board.bin data anyway
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/firmware/ath10k-firmware/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 4f63cdd..81a5a65 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -178,6 +178,9 @@ endef
 
 define Package/ath10k-firmware-qca9984/install
 	$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9984/hw1.0
+	ln -s \
+		../../cal-pci-0000:01:00.0.bin \
+		$(1)/lib/firmware/ath10k/QCA9984/hw1.0/board.bin
 	$(INSTALL_DATA) \
 		$(PKG_BUILD_DIR)/QCA9984/hw1.0/board-2.bin \
 		$(1)/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin



More information about the lede-commits mailing list