Просмотр исходного кода

ath10k-firmware: fix patch of firmware

This fixes a build error.

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

SVN-Revision: 47517
Hauke Mehrtens 10 лет назад
Родитель
Сommit
2edb8d3a51
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/firmware/ath10k-firmware/Makefile

+ 1 - 1
package/firmware/ath10k-firmware/Makefile

@@ -63,7 +63,7 @@ endef
 
 
 define Package/ath10k-firmware-qca6174/install
 define Package/ath10k-firmware-qca6174/install
 	$(INSTALL_DIR) $(1)/lib/firmware/ath10k
 	$(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
 endef
 
 
 define Package/ath10k-firmware-qca99x0/install
 define Package/ath10k-firmware-qca99x0/install