Skip to content
Snippets Groups Projects
Commit 2edb8d3a authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

ath10k-firmware: fix patch of firmware


This fixes a build error.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 47517
parent d5a77a0d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment