From dd9c4ab471c463c4dc22dc64e461282874e00f6c Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Fri, 19 Aug 2016 14:04:57 +0300 Subject: [PATCH] ath10k-firmware: fix QCA9984 board file loading It's not clear if the error is in file naming in firmware repository or in the driver, so fix it here for now. Signed-off-by: Roman Yeryomin --- package/firmware/ath10k-firmware/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index c196e32d24..d72d9f716b 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -181,6 +181,7 @@ define Package/ath10k-firmware-qca9984/install $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/QCA9984/hw1.0/board-2.bin \ $(1)/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin + $(LN) -s board-2.bin $(1)/lib/firmware/ath10k/QCA9984/hw1.0/board.bin $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/QCA9984/hw1.0/firmware-5.bin_10.4-3.2-00072 \ $(1)/lib/firmware/ath10k/QCA9984/hw1.0/firmware-5.bin -- 2.35.1