674e2f9467
This reverts commit 338a83bacc
.
We first test the previous version of the SAI and make sure
it passes all the tests and then update the SAI version to
a later one.
13 lines
395 B
Makefile
13 lines
395 B
Makefile
# Mellanox SAI
|
|
|
|
MLNX_SAI_VERSION = SAIRel1.8.2-master
|
|
MLNX_SAI_REVISION = 6b094746adc7ef2321701b4868806bc54a95bbd1
|
|
|
|
export MLNX_SAI_VERSION MLNX_SAI_REVISION
|
|
|
|
MLNX_SAI = mlnx-sai_1.mlnx.$(MLNX_SAI_VERSION)_amd64.deb
|
|
$(MLNX_SAI)_SRC_PATH = $(PLATFORM_PATH)/mlnx-sai
|
|
$(MLNX_SAI)_DEPENDS += $(MLNX_SDK_DEBS)
|
|
$(MLNX_SAI)_RDEPENDS += $(MLNX_SDK_RDEBS) $(MLNX_SDK_DEBS)
|
|
SONIC_MAKE_DEBS += $(MLNX_SAI)
|