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.
Update Mellanox MFT packedge. (sonic-net#2825)
[mellanox] Update Mellanox MFT packedge
- Loading branch information
1 parent
e7ae771
commit d51feba
Showing
2 changed files
with
6 additions
and
6 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,19 +1,19 @@ | ||
# Mellanox SAI | ||
|
||
MFT_VERSION = 4.11.0 | ||
MFT_REVISION = 65 | ||
MFT_VERSION = 4.12.0 | ||
MFT_REVISION = 34 | ||
|
||
export MFT_VERSION MFT_REVISION | ||
|
||
MFT = mft-$(MFT_VERSION)-$(MFT_REVISION).amd64.deb | ||
MFT = mft_$(MFT_VERSION)-$(MFT_REVISION)_amd64.deb | ||
$(MFT)_SRC_PATH = $(PLATFORM_PATH)/mft | ||
$(MFT)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON) | ||
SONIC_MAKE_DEBS += $(MFT) | ||
|
||
KERNEL_MFT = kernel-mft-dkms_$(MFT_VERSION)-$(KVERSION)_all.deb | ||
$(eval $(call add_derived_package,$(MFT),$(KERNEL_MFT))) | ||
|
||
MFT_OEM = mft-oem-$(MFT_VERSION)-$(MFT_REVISION).amd64.deb | ||
MFT_OEM = mft-oem_$(MFT_VERSION)-$(MFT_REVISION)_amd64.deb | ||
$(eval $(call add_derived_package,$(MFT),$(MFT_OEM))) | ||
|
||
SONIC_STRETCH_DEBS += $(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