package/linux-firmware: add option for Broadcom Tigon3 ethernet cards

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Seiderer 2020-11-23 23:11:39 +01:00 committed by Thomas Petazzoni
parent a1bb132a81
commit 1e12df970b
2 changed files with 12 additions and 0 deletions

View file

@ -380,6 +380,12 @@ endmenu
menu "Ethernet firmware"
config BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3
bool "Broadcom NetXtreme/Tigon3"
help
Firmware files for Broadcom Tigon3 ethernet cards
(tigon)
config BR2_PACKAGE_LINUX_FIRMWARE_BNX2X
bool "Broadcom NetXtremeII"
help

View file

@ -461,6 +461,12 @@ LINUX_FIRMWARE_FILES += iwlwifi-9???-*.ucode
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3),y)
LINUX_FIRMWARE_FILES += tigon/*
# No license file; the license is in the file WHENCE
# which is installed unconditionally
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BNX2X),y)
LINUX_FIRMWARE_FILES += bnx2x/*
# No license file; the license is in the file WHENCE