Skip to content

Commit

Permalink
[platform]: Upgrade Nephos SAI to v1.2.4 (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonJi2018 authored and lguohan committed Mar 26, 2018
1 parent c6a9201 commit 9b14add
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platform/nephos/sai.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
NEPHOS_SAI = libsainps_2.0.3_amd64.deb
$(NEPHOS_SAI)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps_2.0.3_amd64.deb"
NEPHOS_SAI = libsainps_2.0.4_amd64.deb
$(NEPHOS_SAI)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps_2.0.4_amd64.deb"

NEPHOS_SAI_DEV = libsainps-dev_2.0.3_sai_1.2.3_amd64.deb
NEPHOS_SAI_DEV = libsainps-dev_2.0.4_sai_1.2.4_amd64.deb
$(eval $(call add_derived_package,$(NEPHOS_SAI),$(NEPHOS_SAI_DEV)))
$(NEPHOS_SAI_DEV)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps-dev_2.0.3_sai_1.2.3_amd64.deb"
$(NEPHOS_SAI_DEV)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps-dev_2.0.4_sai_1.2.4_amd64.deb"

SONIC_ONLINE_DEBS += $(NEPHOS_SAI) $(NEPHOS_SAI_DEV)
$(NEPHOS_SAI_DEV)_DEPENDS += $(NEPHOS_SAI)

0 comments on commit 9b14add

Please sign in to comment.