mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
package/linux-firmware: Add Broadcom BNX2 firmware
Source: https://lore.kernel.org/buildroot/1c5a072be17f6aeb1ff9f39d506141ed8024d7bf.1677570263.git.stefan@agner.ch/
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user