linux-firmware: add new config option of iwlwifi 5000 firmware
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
93af90cfb6
commit
b4fc984b87
@ -20,6 +20,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9271
|
||||
help
|
||||
Firmware files for the Atheros 9271 module
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_5000
|
||||
bool "Intel iwlwifi 5000"
|
||||
help
|
||||
Firmware files for the Intel Wifi 5000 devices supported by
|
||||
the iwlwifi kernel driver.
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8
|
||||
bool "Libertas SD 8686 v8"
|
||||
help
|
||||
|
@ -92,6 +92,13 @@ LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_TI_WL128X) += \
|
||||
ti-connectivity/TIInit_7.2.31.bts \
|
||||
LICENCE.ti-connectivity
|
||||
|
||||
# iwlwifi 5000. Multiple files are available (iwlwifi-5000-1.ucode,
|
||||
# iwlwifi-5000-2.ucode, iwlwifi-5000-5.ucode), corresponding to
|
||||
# different versions of the firmware API. For now, we only install the
|
||||
# most recent one.
|
||||
LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_5000) += \
|
||||
iwlwifi-5000-5.ucode LICENCE.iwlwifi_firmware
|
||||
|
||||
LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_XC5000) += \
|
||||
dvb-fe-xc5000-1.6.114.fw
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user