b17a6522b9
* Upgrade SAI to v1.2.4 * Add a new supported device accton as7116 * Add maintainer info for deb * Add mk file for accton 7116 * fix some bug for sai 1.2.4 * fix git commit error for sdk and sai * change sai and sdk deb name * add config file for qos support * initial commit * Delete qos.json * Delete buffers.json.j2 * Delete qos.json * Delete buffers.json.j2 * Delete buffers.json.j2 * Delete qos.json * add support for sai 1.3.0 * add qos and buffer file for device and add sensor driver for 7116 * change buffer template * fix fan led bug * add support for linux-4.9 * update device driver and update sdk and sai for support kernel 4.9
8 lines
339 B
Makefile
8 lines
339 B
Makefile
SDK_VERSION = 2.0.5
|
|
LINUX_VER = 4.9.0-7
|
|
SDK_COMMIT_ID = f2e56f
|
|
NEPHOS_NPS_KERNEL = nps-modules-$(LINUX_VER)_$(SDK_VERSION)_$(SDK_COMMIT_ID)_amd64.deb
|
|
$(NEPHOS_NPS_KERNEL)_URL = "https://github.com/NephosInc/SONiC/raw/master/sdk/nps-modules-$(LINUX_VER)_$(SDK_VERSION)_$(SDK_COMMIT_ID)_amd64.deb"
|
|
|
|
SONIC_ONLINE_DEBS += $(NEPHOS_NPS_KERNEL)
|