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>
This commit is contained in:
parent
67a7daa938
commit
898fff8253
1 changed files with 3 additions and 0 deletions
|
@ -178,6 +178,9 @@ endef
|
||||||
|
|
||||||
define Package/ath10k-firmware-qca9984/install
|
define Package/ath10k-firmware-qca9984/install
|
||||||
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9984/hw1.0
|
$(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) \
|
$(INSTALL_DATA) \
|
||||||
$(PKG_BUILD_DIR)/QCA9984/hw1.0/board-2.bin \
|
$(PKG_BUILD_DIR)/QCA9984/hw1.0/board-2.bin \
|
||||||
$(1)/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin
|
$(1)/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin
|
||||||
|
|
Loading…
Reference in a new issue