Skip to content

Commit a686f4f

Browse files
Shuotian Chengqiluo-msft
Shuotian Cheng
authored andcommitted
[Broadcom]: Update OpenNSL modules to be compatible with kernel 3.16.0-5 (#3)
1 parent 93fa2d4 commit a686f4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

files/build_templates/swss.service.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
Description=switch state service
33
Requires=database.service
44
{% if sonic_asic_platform == 'broadcom' %}
5-
Requires=opennsl-modules-3.16.0-4-amd64.service
5+
Requires=opennsl-modules-3.16.0-5-amd64.service
66
{% elif sonic_asic_platform == 'nephos' %}
77
Requires=nps-modules-3.16.0-4-amd64.service
88
{% endif %}
99
After=database.service
1010
After=interfaces-config.service
1111
{% if sonic_asic_platform == 'broadcom' %}
12-
After=opennsl-modules-3.16.0-4-amd64.service
12+
After=opennsl-modules-3.16.0-5-amd64.service
1313
{% elif sonic_asic_platform == 'nephos' %}
1414
After=nps-modules-3.16.0-4-amd64.service
1515
{% endif %}

platform/broadcom/sdk.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BRCM_OPENNSL_KERNEL = opennsl-modules-3.16.0-4-amd64_3.2.3.7-1_amd64.deb
2-
$(BRCM_OPENNSL_KERNEL)_URL = "https://sonicstorage.blob.core.windows.net/packages/opennsl-modules-3.16.0-4-amd64_3.2.3.7-1_amd64.deb?sv=2015-04-05&sr=b&sig=BJEFXfq2mgvSTIYZF8qF1Jj2ePkJaxBmA0HqhhAFPmQ%3D&se=2031-08-11T03%3A27%3A43Z&sp=r"
1+
BRCM_OPENNSL_KERNEL = opennsl-modules-3.16.0-5-amd64_3.2.3.7-1_amd64.deb
2+
$(BRCM_OPENNSL_KERNEL)_URL = "https://sonicstorage.blob.core.windows.net/packages/opennsl-modules-3.16.0-5-amd64_3.2.3.7-1_amd64.deb?sv=2015-04-05&sr=b&sig=R%2BQp4mHlNi489Q6HP7vFUdBDmDazbiL02hQFdxYkCI0%3D&se=2031-09-27T20%3A17%3A41Z&sp=r"
33

44
SONIC_ONLINE_DEBS += $(BRCM_OPENNSL_KERNEL)

0 commit comments

Comments
 (0)