mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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
|
Firmware files for Chelsio T5 1Gb and 10Gb ethernet cards
|
||||||
(cxgb4)
|
(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
|
config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169
|
||||||
bool "Realtek 8169"
|
bool "Realtek 8169"
|
||||||
help
|
help
|
||||||
|
@ -381,6 +381,13 @@ LINUX_FIRMWARE_FILES += cxgb4/t5fw*.bin
|
|||||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware
|
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169),y)
|
||||||
LINUX_FIRMWARE_FILES += \
|
LINUX_FIRMWARE_FILES += \
|
||||||
rtl_nic/rtl8105e-1.fw \
|
rtl_nic/rtl8105e-1.fw \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user