f093ef2a9f
* [security kernel] Upgrade kernel from 4.9.110-3+deb9u2 to 4.9.110-3+deb9u6 short version: 4.9.0-7 to 4.9.0-8 See changelogs for security fixes: https://tracker.debian.org/media/packages/l/linux/changelog-4.9.110-3deb9u6 Signed-off-by: Zhenggen Xu <zxu@linkedin.com> * Update sonic-linux-kernel submodule after it was merged Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
12 lines
411 B
Makefile
12 lines
411 B
Makefile
# Broadcom SAI modules
|
|
|
|
KVERSION = 4.9.0-8-amd64
|
|
BRCM_OPENNSL_KERNEL_VERSION = 3.4.1.11-1
|
|
|
|
BRCM_OPENNSL_KERNEL = opennsl-modules-$(KVERSION)_$(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)
|