package/linux-firmware: Add Broadcom BNX2 firmware

Source: https://lore.kernel.org/buildroot/1c5a072be17f6aeb1ff9f39d506141ed8024d7bf.1677570263.git.stefan@agner.ch/
This commit is contained in:
Patrick Kuijvenhoven
2023-03-23 20:42:39 +01:00
parent 010a8e2cea
commit f48eca9642
2 changed files with 12 additions and 1 deletions

View File

@@ -408,8 +408,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

@@ -497,6 +497,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