linux-firmware: add support for intel iwlwifi 3168
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ba5d1a7253
commit
eaf7295252
@ -74,6 +74,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160
|
||||
Firmware files for the Intel Wifi 3160 devices supported by
|
||||
the iwlwifi kernel driver.
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3168
|
||||
bool "Intel iwlwifi 3168"
|
||||
help
|
||||
Firmware files for the Intel Wifi 3168 devices supported by
|
||||
the iwlwifi kernel driver.
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_5000
|
||||
bool "Intel iwlwifi 5000"
|
||||
help
|
||||
|
@ -233,6 +233,11 @@ LINUX_FIRMWARE_FILES += iwlwifi-3160-*.ucode
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3168),y)
|
||||
LINUX_FIRMWARE_FILES += iwlwifi-3168-*.ucode
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
|
||||
endif
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user