Skip to content

Commit

Permalink
Update SAI binary for hostif fix
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
  • Loading branch information
zhenggen-xu committed Mar 3, 2020
1 parent dd98dd2 commit 7498d55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platform/broadcom/sai.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
BRCM_SAI = libsaibcm_3.7.4.1-LI1-test_amd64.deb
$(BRCM_SAI)_URL = "http://172.21.47.11/lnos/sonic/Xu/SAI/libsaibcm_3.7.4.1-LI1-test_amd64.deb"
BRCM_SAI = libsaibcm_3.7.4.1-LI2-test_amd64.deb
$(BRCM_SAI)_URL = "http://172.21.47.11/lnos/sonic/Xu/SAI/libsaibcm_3.7.4.1-LI2-test_amd64.deb"

BRCM_SAI_DEV = libsaibcm-dev_3.7.4.1-LI1-test_amd64.deb
BRCM_SAI_DEV = libsaibcm-dev_3.7.4.1-LI2-test_amd64.deb
$(eval $(call add_derived_package,$(BRCM_SAI),$(BRCM_SAI_DEV)))
$(BRCM_SAI_DEV)_URL = "http://172.21.47.11/lnos/sonic/Xu/SAI/libsaibcm-dev_3.7.4.1-LI1-test_amd64.deb"
$(BRCM_SAI_DEV)_URL = "http://172.21.47.11/lnos/sonic/Xu/SAI/libsaibcm-dev_3.7.4.1-LI2-test_amd64.deb"

SONIC_ONLINE_DEBS += $(BRCM_SAI)
$(BRCM_SAI_DEV)_DEPENDS += $(BRCM_SAI)

0 comments on commit 7498d55

Please sign in to comment.