Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
menu "Ethernet firmware"
+config BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3
+ bool "Broadcom NetXtreme/Tigon3"
+ help
+ Firmware files for Broadcom Tigon3 ethernet cards
+ (tigon)
+
config BR2_PACKAGE_LINUX_FIRMWARE_BNX2X
bool "Broadcom NetXtremeII"
help
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
endif
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3),y)
+LINUX_FIRMWARE_FILES += tigon/*
+# 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