bc70978540
Why I did it Update Marvell armhf sai debian version. Includes supports for, Autoneg Everflow How to verify it Compile and load SONiC armhf bin Signed-off-by: rajkumar38 <rpennadamram@marvell.com>
10 lines
262 B
Makefile
10 lines
262 B
Makefile
# Marvell SAI
|
|
|
|
export MRVL_SAI_VERSION = 1.10.2-2
|
|
export MRVL_SAI = mrvllibsai_$(MRVL_SAI_VERSION)_$(PLATFORM_ARCH).deb
|
|
|
|
$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai
|
|
$(eval $(call add_conflict_package,$(MRVL_SAI),$(LIBSAIVS_DEV)))
|
|
|
|
SONIC_MAKE_DEBS += $(MRVL_SAI)
|