0ace721718
1) DHCP trap for IPV4 and IPV6 2) Interface ACL's (Ingress Everflow support) 3) 1G Autoneg support Signed-off-by: Rajkumar Pennadam Ramamoorthy <rpennadamram@marvell.com>
10 lines
261 B
Makefile
10 lines
261 B
Makefile
# Marvell SAI
|
|
|
|
export MRVL_SAI_VERSION = 1.9.1-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)
|