diff options
author | Henryk Heisig <hyniu@o2.pl> | 2017-07-03 23:59:54 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-10-27 00:45:32 +0200 |
commit | f774d68fff236d22430e8919ef6c801ac1c387ab (patch) | |
tree | 1c8f1383cb3e520aa28f6f808141b676d4c54886 | |
parent | e917e51bf91fc7cb5085bda5e67d62520801f9cc (diff) | |
download | upstream-f774d68fff236d22430e8919ef6c801ac1c387ab.tar.gz upstream-f774d68fff236d22430e8919ef6c801ac1c387ab.tar.bz2 upstream-f774d68fff236d22430e8919ef6c801ac1c387ab.zip |
ath10k-firmware: qca9888 firmware: remove board.bin
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index b8e1265365..9a34ac3155 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -243,9 +243,6 @@ define Package/ath10k-firmware-qca9888/install $(PKG_BUILD_DIR)/QCA9888/hw2.0/board-2.bin \ $(1)/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin $(INSTALL_DATA) \ - $(PKG_BUILD_DIR)/QCA9888/hw2.0/board-2.bin \ - $(1)/lib/firmware/ath10k/QCA9888/hw2.0/board.bin - $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/QCA9888/hw2.0/firmware-5.bin_10.4-3.2-00072 \ $(1)/lib/firmware/ath10k/QCA9888/hw2.0/firmware-5.bin endef |