We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e361e3 commit 8e63107Copy full SHA for 8e63107
platform/centec-arm64/sai.mk
@@ -3,8 +3,8 @@
3
export CENTEC_SAI_VERSION = 1.10.2-1
4
export CENTEC_SAI = libsai_$(CENTEC_SAI_VERSION)_$(PLATFORM_ARCH).deb
5
6
-$(CENTEC_SAI)_URL = https://github.com/pettershao-ragilenetworks/sonic-binaries/blob/main/centec-arm64/sai/libsai_1.10.2-1_arm64.deb
7
-
+$(CENTEC_SAI)_URL = https://github.com/pettershao-ragilenetworks/sonic-binaries/raw/main/centec-arm64/sai/libsai_$(CENTEC_SAI_VERSION)_$(PLATFORM_ARCH).deb
+$(CENTEC_SAI)_DEPENDS += $(LIBNL3) $(LIBNL3_DEV) $(LIBNL_GENL3) $(LIBNL_GENL3_DEV)
8
9
SONIC_ONLINE_DEBS += $(CENTEC_SAI)
10
0 commit comments