Skip to content

Commit

Permalink
[Mellanox] Install MFT packages on Syncd container (#7844)
Browse files Browse the repository at this point in the history
To have access to MFT tools in the Syncd container on Mellanox switches due to SAI dump API implementation enhancements
  • Loading branch information
DavidZagury authored Jun 14, 2021
1 parent da3d3aa commit cedc211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mellanox/docker-syncd-mlnx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DOCKER_SYNCD_PLATFORM_CODE = mlnx
include $(PLATFORM_PATH)/../template/docker-syncd-base.mk

$(DOCKER_SYNCD_BASE)_DEPENDS += $(SYNCD) $(PYTHON_SDK_API)
$(DOCKER_SYNCD_BASE)_DEPENDS += $(SYNCD) $(PYTHON_SDK_API) $(MFT)

$(DOCKER_SYNCD_BASE)_DBG_DEPENDS += $(SYNCD_DBG) \
$(LIBSWSSCOMMON_DBG) \
Expand Down

0 comments on commit cedc211

Please sign in to comment.