forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mellanox]: Upgrade MFT package to 4.8.26 (sonic-net#3)
This version is compatible with Linux kernel 4.9 Signed-off-by: marian-pritsak <marianp@mellanox.com>
- Loading branch information
1 parent
2a1d61a
commit 7cfba1d
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Mellanox SAI | ||
|
||
MFT = mft-4.5.0-31.amd64.deb | ||
MFT = mft-4.8.0-26.amd64.deb | ||
$(MFT)_SRC_PATH = $(PLATFORM_PATH)/mft | ||
$(MFT)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON) | ||
SONIC_MAKE_DEBS += $(MFT) | ||
|
||
KERNEL_MFT = kernel-mft-dkms_4.5.0-$(KVERSION)_all.deb | ||
KERNEL_MFT = kernel-mft-dkms_4.8.0-$(KVERSION)_all.deb | ||
$(eval $(call add_derived_package,$(MFT),$(KERNEL_MFT))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters