aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-11-19 19:36:03 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-11-19 19:36:03 +0000
commite6fbcc1cd2df47a5d19409fda160cf372d963b49 (patch)
treefa744eab3276db95b36b482c2b98b01bd5904e1c /package/firmware
parenta700aef7e56f0cd9150b9e4e23d5e3747bc68b00 (diff)
downloadmaster-187ad058-e6fbcc1cd2df47a5d19409fda160cf372d963b49.tar.gz
master-187ad058-e6fbcc1cd2df47a5d19409fda160cf372d963b49.tar.bz2
master-187ad058-e6fbcc1cd2df47a5d19409fda160cf372d963b49.zip
ath10k-firmware: fix patch of firmware
This fixes a build error. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47517 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firmware')
-rw-r--r--package/firmware/ath10k-firmware/Makefile2
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