e7b1988638
* [submodule] update sonic-linux-kernel * update linux kernel version * Fix many version strings * update mellanox components (built with new kernel) * [mlnx] add make files for SDK WJH libs * Update arista driver submodule (#8) Make the debian packaging point to a newer kernel version.
12 lines
401 B
Makefile
12 lines
401 B
Makefile
# Broadcom SAI modules
|
|
|
|
KVERSION = 4.9.0-9-2-amd64
|
|
BRCM_OPENNSL_KERNEL_VERSION = 3.4.1.11-1
|
|
|
|
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)
|
|
|
|
SONIC_STRETCH_DEBS += $(BRCM_OPENNSL_KERNEL)
|