diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-05-29 11:03:02 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-30 06:33:19 +0200 |
commit | e191c7ee797c8b3458eb9791212a56b16febeeb4 (patch) | |
tree | f3b532a45de865b189b52defc8b89a6be87e3d09 /package/firmware | |
parent | 64b53247c494898eaa78090fbc0a0727fce055d2 (diff) | |
download | upstream-e191c7ee797c8b3458eb9791212a56b16febeeb4.tar.gz upstream-e191c7ee797c8b3458eb9791212a56b16febeeb4.tar.bz2 upstream-e191c7ee797c8b3458eb9791212a56b16febeeb4.zip |
ath10k-firmware: Fix two more typos
Actually tested with a local build instead of with scp'ing the firmware.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/firmware')
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index 35f6013947..c2b4000671 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -442,14 +442,14 @@ define Package/ath10k-firmware-qca6174/install $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/QCA6174/hw2.1/board-2.bin \ $(1)/lib/firmware/ath10k/QCA6174/hw2.1/ - $(INSTALL_DATA) + $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/QCA6174/hw2.1/firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 \ $(1)/lib/firmware/ath10k/QCA6174/hw2.1/firmware-5.bin $(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA6174/hw3.0 $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/QCA6174/hw3.0/board-2.bin \ $(1)/lib/firmware/ath10k/QCA6174/hw3.0/ - $(INSTALL_DATA) + $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/QCA6174/hw3.0/4.4.1.c1/firmware-6.bin_RM.4.4.1.c1-00042-QCARMSWP-1 \ $(1)/lib/firmware/ath10k/QCA6174/hw3.0/firmware-6.bin endef |