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:
parent
fe7d5e9695
commit
320cba8951
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user