linux-firmware: add support for intel iwlwifi 9xxx

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Seiderer 2018-01-10 22:38:59 +01:00 committed by Peter Korsgaard
parent d7a649dea9
commit 8377641062
2 changed files with 11 additions and 0 deletions

View File

@ -156,6 +156,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_8265
Firmware files for the Intel Wifi 8265 devices supported by Firmware files for the Intel Wifi 8265 devices supported by
the iwlwifi kernel driver. the iwlwifi kernel driver.
config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_9XXX
bool "Intel iwlwifi 9xxx"
help
Firmware files for the Intel Wifi 9xxx devices supported by
the iwlwifi kernel driver.
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8 config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8
bool "Libertas SD 8686 v8" bool "Libertas SD 8686 v8"
help help

View File

@ -325,6 +325,11 @@ LINUX_FIRMWARE_FILES += iwlwifi-8265-*.ucode
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
endif endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_9XXX),y)
LINUX_FIRMWARE_FILES += iwlwifi-9???-*.ucode
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BNX2X),y) ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BNX2X),y)
LINUX_FIRMWARE_FILES += bnx2x/* LINUX_FIRMWARE_FILES += bnx2x/*
# No license file; the license is in the file WHENCE # No license file; the license is in the file WHENCE