diff options
author | Robert Marko <robimarko@gmail.com> | 2018-04-03 00:44:43 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-18 08:58:08 +0200 |
commit | 6390f27c2ed6189f6aac2308a2ea40fde2f798d7 (patch) | |
tree | 49142357c5e043c9790728240877516a44ff1d65 /package/firmware | |
parent | fbbb97777297bf8a168b840c88d18d6e2079ce8f (diff) | |
download | upstream-6390f27c2ed6189f6aac2308a2ea40fde2f798d7.tar.gz upstream-6390f27c2ed6189f6aac2308a2ea40fde2f798d7.tar.bz2 upstream-6390f27c2ed6189f6aac2308a2ea40fde2f798d7.zip |
ath3k: Add firmware support for QCA Rome
Add needed firmware for newer QCA Rome Bluetooth family.
This enables use of bluetooth with ath3k driver on QCA9377/9378 devices.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/firmware')
-rw-r--r-- | package/firmware/linux-firmware/qca.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/firmware/linux-firmware/qca.mk b/package/firmware/linux-firmware/qca.mk index 0a809d1a21..23fcc0905a 100644 --- a/package/firmware/linux-firmware/qca.mk +++ b/package/firmware/linux-firmware/qca.mk @@ -4,6 +4,10 @@ define Package/ar3k-firmware/install $(CP) \ $(PKG_BUILD_DIR)/ar3k/*.dfu \ $(1)/lib/firmware/ar3k + $(INSTALL_DIR) $(1)/lib/firmware/qca + $(CP) \ + $(PKG_BUILD_DIR)/qca/*.bin \ + $(1)/lib/firmware/qca endef $(eval $(call BuildPackage,ar3k-firmware)) |