This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/platform/nephos/sdk.mk
kaiyu22 c125e088f3 [Nephos] Updating download link for SAI and SDK (#1188)
- What I did
    Updating download link for SAI and SDK

- How I did it
    Modifying these two files as below:
    1. platform/nephos/sdk.mk
    2. platform/nephos/sai.mk

- How to verify it
    Make sure the files can be downloaded and sonic image can build successful

- Description for the changelog
    Creating appropriate folder for version control

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
2017-11-28 14:52:59 -08:00

5 lines
245 B
Makefile

NEPHOS_NPS_KERNEL = nps-modules-3.16.0-4-amd64_2.0.1-20171020_amd64.deb
$(NEPHOS_NPS_KERNEL)_URL = "https://github.com/NephosInc/SONiC/raw/v0.94/sdk/nps-modules-3.16.0-4-amd64_2.0.1-20171020_amd64.deb"
SONIC_ONLINE_DEBS += $(NEPHOS_NPS_KERNEL)