Skip to content
Snippets Groups Projects
Commit 898fff82 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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: default avatarFelix Fietkau <nbd@nbd.name>
parent 67a7daa9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment