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>
8 lines
339 B
Makefile
8 lines
339 B
Makefile
SDK_VERSION = 2.0.5
|
|
LINUX_VER = 4.9.0-8
|
|
SDK_COMMIT_ID = f2e56f
|
|
NEPHOS_NPS_KERNEL = nps-modules-$(LINUX_VER)_$(SDK_VERSION)_$(SDK_COMMIT_ID)_amd64.deb
|
|
$(NEPHOS_NPS_KERNEL)_URL = "https://github.com/NephosInc/SONiC/raw/master/sdk/nps-modules-$(LINUX_VER)_$(SDK_VERSION)_$(SDK_COMMIT_ID)_amd64.deb"
|
|
|
|
SONIC_ONLINE_DEBS += $(NEPHOS_NPS_KERNEL)
|