linux-firmware: add option to install QLogic FastLinQ 4xxxx firmware
Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
51435be1f1
commit
ea4c189abf
@ -320,6 +320,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T5
|
||||
Firmware files for Chelsio T5 1Gb and 10Gb ethernet cards
|
||||
(cxgb4)
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X
|
||||
bool "QLogic FastLinQ 4xxxx"
|
||||
help
|
||||
Firmware files for QLogic FastLinQ 4xxxx ethernet devices
|
||||
(qede)
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169
|
||||
bool "Realtek 8169"
|
||||
help
|
||||
|
@ -381,6 +381,13 @@ LINUX_FIRMWARE_FILES += cxgb4/t5fw*.bin
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X),y)
|
||||
LINUX_FIRMWARE_FILES += \
|
||||
qed/qed_init_values_zipped-8.33.11.0.bin
|
||||
# No license file; the license is in the file WHENCE
|
||||
# which is installed unconditionally
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169),y)
|
||||
LINUX_FIRMWARE_FILES += \
|
||||
rtl_nic/rtl8105e-1.fw \
|
||||
|
Loading…
Reference in New Issue
Block a user