a8baca0d6e
This patch upgrade the kernel from version 4.9.0-9-2 (4.9.168-1+deb9u3) to 4.9.0-11-2 (4.9.189-3+deb9u2) Co-authored-by: rajendra-dendukuri <47423477+rajendra-dendukuri@users.noreply.github.com>
8 lines
332 B
Makefile
8 lines
332 B
Makefile
# linux kernel package for marvell armhf
|
|
|
|
# Add platform specific DTB
|
|
LINUX_KERNEL_DTB = linux-image-4.9.189-armhf.deb
|
|
$(LINUX_KERNEL_DTB)_URL = https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/armhf/kernel/$(LINUX_KERNEL_DTB)
|
|
SONIC_ONLINE_DEBS += $(LINUX_KERNEL_DTB)
|
|
SONIC_STRETCH_DEBS += $(LINUX_KERNEL_DTB)
|