Commit 8bc711ba authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

package/linux-firmware: use the new bnx2x firmware version

parent 7ec72cce
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -154,9 +154,9 @@ endif

ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BNX2X),y)
LINUX_FIRMWARE_FILES += \
	bnx2x/bnx2x-e1-7.8.17.0.fw \
	bnx2x/bnx2x-e1h-7.8.17.0.fw \
	bnx2x/bnx2x-e2-7.8.17.0.fw
	bnx2x/bnx2x-e1-7.10.51.0.fw \
	bnx2x/bnx2x-e1h-7.10.51.0.fw \
	bnx2x/bnx2x-e2-7.10.51.0.fw
# No license file; the license is in the file WHENCE
# which is installed unconditionally
endif