From 8a1dfadece3aed160bb0aacbabdd90e9f47a3a23 Mon Sep 17 00:00:00 2001 From: byu343 Date: Thu, 19 Mar 2020 02:54:36 -0700 Subject: [PATCH] [arista]: Fix symbolic links for arista lodoga (#4283) Symbolic links are used in device plugins for Arista Lodoga, but some mistake is made on them in the last pull request: https://github.com/Azure/sonic-buildimage/pull/4232.patch. This change is supposed to fix it. --- device/arista/x86_64-arista_7050cx3_32s/platform_reboot | 0 device/arista/x86_64-arista_7050cx3_32s/plugins | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 120000 device/arista/x86_64-arista_7050cx3_32s/platform_reboot mode change 100644 => 120000 device/arista/x86_64-arista_7050cx3_32s/plugins diff --git a/device/arista/x86_64-arista_7050cx3_32s/platform_reboot b/device/arista/x86_64-arista_7050cx3_32s/platform_reboot deleted file mode 100644 index 7f94a49e38b0..000000000000 --- a/device/arista/x86_64-arista_7050cx3_32s/platform_reboot +++ /dev/null @@ -1 +0,0 @@ -../x86_64-arista_common/platform_reboot \ No newline at end of file diff --git a/device/arista/x86_64-arista_7050cx3_32s/platform_reboot b/device/arista/x86_64-arista_7050cx3_32s/platform_reboot new file mode 120000 index 000000000000..7f94a49e38b0 --- /dev/null +++ b/device/arista/x86_64-arista_7050cx3_32s/platform_reboot @@ -0,0 +1 @@ +../x86_64-arista_common/platform_reboot \ No newline at end of file diff --git a/device/arista/x86_64-arista_7050cx3_32s/plugins b/device/arista/x86_64-arista_7050cx3_32s/plugins deleted file mode 100644 index 789a45fcace9..000000000000 --- a/device/arista/x86_64-arista_7050cx3_32s/plugins +++ /dev/null @@ -1 +0,0 @@ -../x86_64-arista_common/plugins \ No newline at end of file diff --git a/device/arista/x86_64-arista_7050cx3_32s/plugins b/device/arista/x86_64-arista_7050cx3_32s/plugins new file mode 120000 index 000000000000..789a45fcace9 --- /dev/null +++ b/device/arista/x86_64-arista_7050cx3_32s/plugins @@ -0,0 +1 @@ +../x86_64-arista_common/plugins \ No newline at end of file