From: Hauke Mehrtens Date: Sun, 17 Nov 2013 17:57:37 +0000 (+0000) Subject: mac80211: ath10k: add board.bin file again X-Git-Tag: reboot~8596 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c9be7cfef98a30b4ca4636d7e38832705b6d6a5c;p=openwrt%2Fstaging%2Flynxis.git mac80211: ath10k: add board.bin file again This file is still needed with the new firmware. This fixes r38835. Signed-off-by: Hauke Mehrtens SVN-Revision: 38843 --- diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 783a30d9bc..cb6ba8a4c3 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -1615,6 +1615,7 @@ endef define KernelPackage/ath10k/install $(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA988X/hw2.0 $(INSTALL_DATA) \ + $(PKG_BUILD_DIR)/$(PKG_ATH10K_LINUX_FIRMWARE_SUBDIR)/ath10k/QCA988X/hw2.0/board.bin \ $(PKG_BUILD_DIR)/$(PKG_ATH10K_LINUX_FIRMWARE_SUBDIR)/ath10k/QCA988X/hw2.0/firmware-2.bin \ $(1)/lib/firmware/ath10k/QCA988X/hw2.0/ endef