mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
Merge pull request #135 from petski/improve-bnx2-approach
Improve bnx2 approach
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -55,6 +55,7 @@ BR2_PACKAGE_LINUX_FIRMWARE_QCOM_VENUS=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_QCOM_ADRENO=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_MFC_V8=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_BNX2=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_BNX2X=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T5=y
|
||||
|
||||
@@ -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