diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-26 21:47:51 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-02 19:34:50 +0200 |
commit | 898fff8253599c16df0d4a312784ee5158e5629d (patch) | |
tree | bdabc9817e0e10b220f6c0ee15351bd67a106886 /package/firmware/ath10k-firmware/Makefile | |
parent | 67a7daa938671a5c7006e5d689c297a26499d75c (diff) | |
download | upstream-898fff8253599c16df0d4a312784ee5158e5629d.tar.gz upstream-898fff8253599c16df0d4a312784ee5158e5629d.tar.bz2 upstream-898fff8253599c16df0d4a312784ee5158e5629d.zip |
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@nbd.name>
Diffstat (limited to 'package/firmware/ath10k-firmware/Makefile')
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index 4f63cddaab..81a5a65814 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 |