From 29043ff026a815e1fea338759ff05491c48e2f03 Mon Sep 17 00:00:00 2001 From: Andriy Yurkiv <70649192+ayurkiv-nvda@users.noreply.github.com> Date: Sat, 28 May 2022 15:45:02 +0300 Subject: [PATCH] [MFT] Update MFT version to MFT 4.20.0-34 (#10933) - Why I did it Update MFT to newer version - How I did it Update MFT_VERSION in platform/mellanox/mft.mk - How to verify it Check version via dpkg -l | grep mft Signed-off-by: Andriy Yurkiv --- platform/mellanox/mft.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mellanox/mft.mk b/platform/mellanox/mft.mk index 7dc654381f..c3ebdac356 100644 --- a/platform/mellanox/mft.mk +++ b/platform/mellanox/mft.mk @@ -16,8 +16,8 @@ # # Mellanox SAI -MFT_VERSION = 4.18.0 -MFT_REVISION = 106 +MFT_VERSION = 4.20.0 +MFT_REVISION = 34 export MFT_VERSION MFT_REVISION