Author: hauke
Date: 2015-11-19 20:36:03 +0100 (Thu, 19 Nov 2015)
New Revision: 47517

Modified:
   trunk/package/firmware/ath10k-firmware/Makefile
Log:
ath10k-firmware: fix patch of firmware

This fixes a build error.

Signed-off-by: Hauke Mehrtens <[email protected]>


Modified: trunk/package/firmware/ath10k-firmware/Makefile
===================================================================
--- trunk/package/firmware/ath10k-firmware/Makefile     2015-11-19 14:43:16 UTC 
(rev 47516)
+++ trunk/package/firmware/ath10k-firmware/Makefile     2015-11-19 19:36:03 UTC 
(rev 47517)
@@ -63,7 +63,7 @@
 
 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
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to