Skip to content

Commit d51feba

Browse files
nazariigMichelMoriniaux
authored andcommitted
Update Mellanox MFT packedge. (sonic-net#2825)
[mellanox] Update Mellanox MFT packedge
1 parent e7ae771 commit d51feba

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

platform/mellanox/mft.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Mellanox SAI
22

3-
MFT_VERSION = 4.11.0
4-
MFT_REVISION = 65
3+
MFT_VERSION = 4.12.0
4+
MFT_REVISION = 34
55

66
export MFT_VERSION MFT_REVISION
77

8-
MFT = mft-$(MFT_VERSION)-$(MFT_REVISION).amd64.deb
8+
MFT = mft_$(MFT_VERSION)-$(MFT_REVISION)_amd64.deb
99
$(MFT)_SRC_PATH = $(PLATFORM_PATH)/mft
1010
$(MFT)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
1111
SONIC_MAKE_DEBS += $(MFT)
1212

1313
KERNEL_MFT = kernel-mft-dkms_$(MFT_VERSION)-$(KVERSION)_all.deb
1414
$(eval $(call add_derived_package,$(MFT),$(KERNEL_MFT)))
1515

16-
MFT_OEM = mft-oem-$(MFT_VERSION)-$(MFT_REVISION).amd64.deb
16+
MFT_OEM = mft-oem_$(MFT_VERSION)-$(MFT_REVISION)_amd64.deb
1717
$(eval $(call add_derived_package,$(MFT),$(MFT_OEM)))
1818

1919
SONIC_STRETCH_DEBS += $(KERNEL_MFT)

platform/mellanox/mft/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ MFT_NAME = mft-$(MFT_VERSION)-$(MFT_REVISION)-x86_64-deb
66
MFT_TGZ = $(MFT_NAME).tgz
77
SRC_DEB = kernel-mft-dkms_$(MFT_VERSION)-$(MFT_REVISION)_all.deb
88

9-
MAIN_TARGET = mft-$(MFT_VERSION)-$(MFT_REVISION).amd64.deb
10-
DERIVED_TARGETS = kernel-mft-dkms_$(MFT_VERSION)-$(KVERSION)_all.deb mft-oem-$(MFT_VERSION)-$(MFT_REVISION).amd64.deb
9+
MAIN_TARGET = mft_$(MFT_VERSION)-$(MFT_REVISION)_amd64.deb
10+
DERIVED_TARGETS = kernel-mft-dkms_$(MFT_VERSION)-$(KVERSION)_all.deb mft-oem_$(MFT_VERSION)-$(MFT_REVISION)_amd64.deb
1111

1212
$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
1313
rm -rf $(MFT_NAME)

0 commit comments

Comments
 (0)