From 23c606e41e49a93289b7bd5c5c7d5eec962a3ffa Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Tue, 1 Dec 2020 03:36:05 +0300 Subject: linux-firmware: package ath11k firmware Package firmware for new generation of Atheros WiFi cards. Signed-off-by: Dmitry Baryshkov Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb index 5de7157f3a..baac26c510 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb @@ -261,7 +261,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ ${PN}-bcm43xx-hdr \ ${PN}-atheros-license ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k \ ${PN}-gplv2-license ${PN}-carl9170 \ - ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-qca \ + ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-qca \ \ ${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d \ \ @@ -356,12 +356,17 @@ FILES_${PN}-ath10k = " \ ${nonarch_base_libdir}/firmware/ath10k \ " +FILES_${PN}-ath11k = " \ + ${nonarch_base_libdir}/firmware/ath11k \ +" + FILES_${PN}-qca = " \ ${nonarch_base_libdir}/firmware/qca \ " RDEPENDS_${PN}-ar3k += "${PN}-ar3k-license" RDEPENDS_${PN}-ath10k += "${PN}-ath10k-license" +RDEPENDS_${PN}-ath11k += "${PN}-ath10k-license" RDEPENDS_${PN}-qca += "${PN}-ath10k-license" # For ralink -- cgit 1.2.3-korg