Skip to content

Commit

Permalink
add support for dell z9100 (sonic-net#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Feb 24, 2017
1 parent 81ad90e commit 144bbba
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 @@ -52,6 +52,10 @@ start)
start_bcm
DAEMON_ARGS+=" -p /etc/syncd.d/dell_s6100.profile -N"

elif [ "$onie_platform" == "x86_64-dell_z9100_c2538-r0" ]; then
start_bcm
DAEMON_ARGS+=" -p /etc/syncd.d/dell_z9100.profile"

elif [ "$aboot_platform" == "x86_64-arista_7050_qx32" ]; then
start_bcm
DAEMON_ARGS+=" -p /etc/syncd.d/arista_a7050_qx32.profile"
Expand Down
1 change: 1 addition & 0 deletions etc/syncd.d/dell_z9100.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAI_INIT_CONFIG_FILE=/etc/bcm/th-z9100-32x100G.config.bcm

0 comments on commit 144bbba

Please sign in to comment.