package/linux-firmware: Add Broadcom BNX2 firmware

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Stefan Agner 2023-02-28 08:44:40 +01:00 committed by Thomas Petazzoni
parent fe7d5e9695
commit 320cba8951
2 changed files with 12 additions and 1 deletions

View File

@ -449,8 +449,13 @@ config BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3
Firmware files for Broadcom Tigon3 ethernet cards
(tigon)
config BR2_PACKAGE_LINUX_FIRMWARE_BNX2X
config BR2_PACKAGE_LINUX_FIRMWARE_BNX2
bool "Broadcom NetXtremeII"
help
Firmware files for Broadcom NetXtreme ethernet cards (bnx2)
config BR2_PACKAGE_LINUX_FIRMWARE_BNX2X
bool "Broadcom NetXtremeII 10Gb"
help
Firmware files for Broadcom NetXtreme 10Gb ethernet cards
(bnx2x)

View File

@ -527,6 +527,12 @@ LINUX_FIRMWARE_FILES += tigon/*
# which is installed unconditionally
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BNX2),y)
LINUX_FIRMWARE_FILES += bnx2/*
# 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