Skip to content

Commit

Permalink
[nephos]: upgrade sdk to support linux kernel 3.16.0-9 (sonic-net#3071)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonJi2018 authored and lguohan committed Jun 24, 2019
1 parent f93bd6f commit 77089ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/nephos/sai.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SDK_VERSION = 2.0.5
SAI_VERSION = 1.2.4
SAI_COMMIT_ID = ce1d52
SAI_COMMIT_ID = 4e94c3
NEPHOS_SAI = libsainps_$(SDK_VERSION)_sai_$(SAI_VERSION)_$(SAI_COMMIT_ID)_amd64.deb
$(NEPHOS_SAI)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps_$(SDK_VERSION)_sai_$(SAI_VERSION)_$(SAI_COMMIT_ID)_amd64.deb"

Expand Down
2 changes: 1 addition & 1 deletion platform/nephos/sdk.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SDK_VERSION = 2.0.5
LINUX_VER = 3.16.0-9
SDK_COMMIT_ID = f2e56f
SDK_COMMIT_ID = afea2b
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"

Expand Down

0 comments on commit 77089ec

Please sign in to comment.