a68a3a176e
- Why I did it Bug fix: bad_param request due to missing parser rest command while running mlxlink - How I did it Advance to MFT tool version to 4.17.2-12. - How to verify it Manually tested on all mellanox platforms.
18 lines
510 B
Makefile
18 lines
510 B
Makefile
# Mellanox SAI
|
|
|
|
MFT_VERSION = 4.17.2
|
|
MFT_REVISION = 12
|
|
|
|
export MFT_VERSION MFT_REVISION
|
|
|
|
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-modules-$(KVERSION)_$(MFT_VERSION)_amd64.deb
|
|
$(eval $(call add_derived_package,$(MFT),$(KERNEL_MFT)))
|
|
|
|
MFT_OEM = mft-oem_$(MFT_VERSION)-$(MFT_REVISION)_amd64.deb
|
|
$(eval $(call add_derived_package,$(MFT),$(MFT_OEM)))
|