diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-19 19:36:03 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-19 19:36:03 +0000 |
commit | 2edb8d3a51973abb61e8d438c22bd86f4184462f (patch) | |
tree | 2fe86d57a4e27cbbf8e737bdafea3f1f3a7fb20e /package/firmware/ath10k-firmware | |
parent | d5a77a0dbc72ddc5c83f5ce89a41b89f4075a50e (diff) | |
download | upstream-2edb8d3a51973abb61e8d438c22bd86f4184462f.tar.gz upstream-2edb8d3a51973abb61e8d438c22bd86f4184462f.tar.bz2 upstream-2edb8d3a51973abb61e8d438c22bd86f4184462f.zip |
ath10k-firmware: fix patch of firmware
This fixes a build error.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47517
Diffstat (limited to 'package/firmware/ath10k-firmware')
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index 31cf4b98fd..8b6ef86fb7 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -63,7 +63,7 @@ endef define Package/ath10k-firmware-qca6174/install $(INSTALL_DIR) $(1)/lib/firmware/ath10k - $(CP) $(PKG_BUILD_DIR)/ath10k/QCA6174 $(1)/lib/firmware/ath10k/ + $(CP) $(PKG_BUILD_DIR)/QCA6174 $(1)/lib/firmware/ath10k/ endef define Package/ath10k-firmware-qca99x0/install |