Skip to content

Commit

Permalink
Add Arista a7050 qx32 platform support (sonic-net#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored and Shuotian Cheng committed Oct 10, 2016
1 parent 15e865f commit 6354f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/syncd.init
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ start)
start_bcm
DAEMON_ARGS+=" -p /etc/syncd.d/dell_s6100.profile -N"

elif [ "$aboot_platform" == "x86_64-arista_7050_qx32" ]; then
start_bcm
DAEMON_ARGS+=" -p /etc/syncd.d/arista_a7050_qx32.profile"

elif [ "$onie_platform" == "x86_64-mlnx_x86-r5.0.1400" ]; then
start_mlnx
DAEMON_ARGS="-p /etc/syncd.d/mlnx_2700.profile"
Expand Down
1 change: 1 addition & 0 deletions etc/syncd.d/arista_a7050_qx32.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAI_INIT_CONFIG_FILE=/etc/bcm/td2-a7050-qx32-32x40G.config.bcm

0 comments on commit 6354f38

Please sign in to comment.