diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-11-17 17:57:37 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-11-17 17:57:37 +0000 |
commit | c9be7cfef98a30b4ca4636d7e38832705b6d6a5c (patch) | |
tree | 2677eb95b51cc8faf031394cdc7ae6c4e21ff41e | |
parent | f4cd36d825eb9db4b52f5d175522d926e71c466d (diff) | |
download | upstream-c9be7cfef98a30b4ca4636d7e38832705b6d6a5c.tar.gz upstream-c9be7cfef98a30b4ca4636d7e38832705b6d6a5c.tar.bz2 upstream-c9be7cfef98a30b4ca4636d7e38832705b6d6a5c.zip |
mac80211: ath10k: add board.bin file again
This file is still needed with the new firmware.
This fixes r38835.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38843
-rw-r--r-- | package/kernel/mac80211/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |