Skip to content

Commit

Permalink
Update kernel versions due to abiname change
Browse files Browse the repository at this point in the history
This commit changes the linux kernel abiname from
4.9.0-7 to 4.9.0-7-1 for udp_l3mdev_accept kernel
patch.

Fixes #27 and #26

Change-Id: I3f508c20c5c1cf55f8be3288d00ba667b97ede2a
Signed-off-by: Harish Venkatraman <Harish_Venkatraman@dell.com>
  • Loading branch information
Harish Venkatraman authored and Staphylo committed Oct 22, 2018
1 parent 4908861 commit 0a2d9ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion confs/sonic-platform-arista.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Arista kernel modules init
After=local-fs.target
Before=opennsl-modules-4.9.0-7-amd64.service
Before=opennsl-modules-4.9.0-7-1-amd64.service
ConditionKernelCommandLine=Aboot

[Service]
Expand Down
2 changes: 1 addition & 1 deletion confs/watchdog-stop.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Disable the watchdog after boot
After=swss.service
After=opennsl-modules-4.9.0-7-amd64.service
After=opennsl-modules-4.9.0-7-1-amd64.service
ConditionKernelCommandLine=sid=Gardena

[Service]
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Package: drivers-sonic-platform-arista
Architecture: amd64
Depends:
${misc:Depends},
linux-image-4.9.0-7-amd64
linux-image-4.9.0-7-1-amd64
Description: Arista kernel modules for arista platform devices such as fan, led, sfp, psu

Package: python-sonic-platform-arista
Expand Down

0 comments on commit 0a2d9ed

Please sign in to comment.