bc2a13136a
BCMSAI 4.3.0.10, 6.5.21 SDK release with enhancements and fixes for vxlan, TD3 MMU, TD4-X9 EA support, etc.
9 lines
328 B
Makefile
9 lines
328 B
Makefile
# Broadcom SAI modules
|
|
|
|
BRCM_OPENNSL_KERNEL_VERSION = 4.3.0.10-2
|
|
|
|
BRCM_OPENNSL_KERNEL = opennsl-modules_$(BRCM_OPENNSL_KERNEL_VERSION)_amd64.deb
|
|
$(BRCM_OPENNSL_KERNEL)_SRC_PATH = $(PLATFORM_PATH)/saibcm-modules
|
|
$(BRCM_OPENNSL_KERNEL)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
|
|
SONIC_DPKG_DEBS += $(BRCM_OPENNSL_KERNEL)
|