Skip to content

Commit 5eb5e21

Browse files
chenyuqianglguohan
chenyuqiang
authored andcommitted
[centec]: support sai1.0 (#1268)
1 parent 5c40aa5 commit 5eb5e21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/centec/sai.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Centec SAI
22
CENTEC_SAI = libsai_1.0.0_amd64.deb
3-
$(CENTEC_SAI)_URL = https://github.com/CentecNetworks/goldengate-sai/raw/master/lib/SONiC_0.9.4/libsai_1.0.0_amd64.deb
3+
$(CENTEC_SAI)_URL = https://github.com/CentecNetworks/goldengate-sai/raw/master/lib/SONiC_1.0/libsai_1.0.0_amd64.deb
44

55
SONIC_ONLINE_DEBS += $(CENTEC_SAI)

platform/centec/sdk.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CENTEC_SDK_KERNEL = centec-gg-sdk3.5-modules-3.16.0-4-amd64.deb
2-
$(CENTEC_SDK_KERNEL)_URL = "https://github.com/CentecNetworks/goldengate-sai/raw/master/lib/centec-gg-sdk3.5-modules-3.16.0-4-amd64.deb"
2+
$(CENTEC_SDK_KERNEL)_URL = "https://github.com/CentecNetworks/goldengate-sai/raw/master/lib/SONiC_1.0/centec-gg-sdk3.5-modules-3.16.0-4-amd64.deb"
33

44
SONIC_ONLINE_DEBS += $(CENTEC_SDK_KERNEL)

0 commit comments

Comments
 (0)