projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5a77a0
)
ath10k-firmware: fix patch of firmware
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 19 Nov 2015 19:36:03 +0000
(19:36 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 19 Nov 2015 19:36:03 +0000
(19:36 +0000)
This fixes a build error.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47517
package/firmware/ath10k-firmware/Makefile
patch
|
blob
|
history
diff --git
a/package/firmware/ath10k-firmware/Makefile
b/package/firmware/ath10k-firmware/Makefile
index 31cf4b98fd20ab27025420c663593ba62b58a182..8b6ef86fb7218c956e2bddb177530d849b48eef7 100644
(file)
--- 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