diff options
| -rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_20220509.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20220509.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20220509.bb index 7da5eca893..6e328e5726 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20220509.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20220509.bb | |||
| @@ -270,7 +270,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
| 270 | ${PN}-bcm4373 \ | 270 | ${PN}-bcm4373 \ |
| 271 | ${PN}-bcm43xx \ | 271 | ${PN}-bcm43xx \ |
| 272 | ${PN}-bcm43xx-hdr \ | 272 | ${PN}-bcm43xx-hdr \ |
| 273 | ${PN}-atheros-license ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k \ | 273 | ${PN}-atheros-license ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k ${PN}-ath3k \ |
| 274 | ${PN}-gplv2-license ${PN}-carl9170 \ | 274 | ${PN}-gplv2-license ${PN}-carl9170 \ |
| 275 | ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-qca \ | 275 | ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-qca \ |
| 276 | \ | 276 | \ |
| @@ -320,6 +320,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
| 320 | 320 | ||
| 321 | # For atheros | 321 | # For atheros |
| 322 | LICENSE:${PN}-ar9170 = "Firmware-atheros_firmware" | 322 | LICENSE:${PN}-ar9170 = "Firmware-atheros_firmware" |
| 323 | LICENSE:${PN}-ath3k = "Firmware-atheros_firmware" | ||
| 323 | LICENSE:${PN}-ath6k = "Firmware-atheros_firmware" | 324 | LICENSE:${PN}-ath6k = "Firmware-atheros_firmware" |
| 324 | LICENSE:${PN}-ath9k = "Firmware-atheros_firmware" | 325 | LICENSE:${PN}-ath9k = "Firmware-atheros_firmware" |
| 325 | LICENSE:${PN}-atheros-license = "Firmware-atheros_firmware" | 326 | LICENSE:${PN}-atheros-license = "Firmware-atheros_firmware" |
| @@ -328,6 +329,9 @@ FILES:${PN}-atheros-license = "${nonarch_base_libdir}/firmware/LICENCE.atheros_f | |||
| 328 | FILES:${PN}-ar9170 = " \ | 329 | FILES:${PN}-ar9170 = " \ |
| 329 | ${nonarch_base_libdir}/firmware/ar9170*.fw \ | 330 | ${nonarch_base_libdir}/firmware/ar9170*.fw \ |
| 330 | " | 331 | " |
| 332 | FILES:${PN}-ath3k = " \ | ||
| 333 | ${nonarch_base_libdir}/firmware/ath3k*fw \ | ||
| 334 | " | ||
| 331 | FILES:${PN}-ath6k = " \ | 335 | FILES:${PN}-ath6k = " \ |
| 332 | ${nonarch_base_libdir}/firmware/ath6k \ | 336 | ${nonarch_base_libdir}/firmware/ath6k \ |
| 333 | " | 337 | " |
