mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/linux-firmware: add Intel 7 WiFi firmware
- add firmware to support BE20x devices - extend bluetooth helptext as it already includes the required firmwares Signed-off-by: Michael Nosthoff <buildroot@heine.tech> [Julien: reflow BR2_PACKAGE_LINUX_FIRMWARE_IBT help string to fix check-package error] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
076888b071
commit
4b47f88cb4
@@ -81,8 +81,8 @@ config BR2_PACKAGE_LINUX_FIRMWARE_AMLOGIC
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_IBT
|
||||
bool "Intel Wireless Bluetooth"
|
||||
help
|
||||
Firmware files for Intel 3160/7260/7265/8260/8265 Wireless
|
||||
bluetooth support.
|
||||
Firmware files for Intel 3160/7260/7265/8260/8265/9xxx/6E/7
|
||||
Wireless bluetooth support.
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7650
|
||||
bool "MediaTek MT7650"
|
||||
@@ -355,6 +355,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_6E
|
||||
Firmware files for the Intel Wi-Fi 6 and Wi-Fi 6E devices
|
||||
supported by the iwlwifi kernel driver.
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_7
|
||||
bool "Intel iwlwifi 7"
|
||||
help
|
||||
Firmware files for the Intel Wi-Fi 7 (BE20x) devices
|
||||
supported by the iwlwifi kernel driver.
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_QUZ
|
||||
bool "Intel iwlwifi QuZ"
|
||||
help
|
||||
|
||||
@@ -629,6 +629,11 @@ LINUX_FIRMWARE_FILES += iwlwifi-so-a0-gf-a0*.{ucode,pnvm}
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_7),y)
|
||||
LINUX_FIRMWARE_FILES += iwlwifi-gl-c0-fm-c0*.{ucode,pnvm}
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_QUZ),y)
|
||||
LINUX_FIRMWARE_FILES += iwlwifi-QuZ-*.ucode
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
|
||||
|
||||
Reference in New Issue
Block a user