Skip to content

Commit f2eed8f

Browse files
oleksandrivantsivlguohan
authored andcommitted
Added support of ONIE version 2016.11-5.1.0001 for Mellanox platforms. (#218)
1 parent 34ea913 commit f2eed8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dockers/docker-orchagent/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ elif [ "$aboot_platform" == "x86_64-arista_7050_qx32" ]; then
4646
PORTSYNCD_ARGS+="-p /etc/ssw/Arista-7050-QX32/port_config.ini"
4747
SWSSCONFIG_ARGS+="td2.32ports.qos.1.json td2.32ports.qos.2.json td2.32ports.qos.3.json td2.32ports.qos.4.json td2.32ports.qos.5.json td2.32ports.qos.6.json "
4848
SWSSCONFIG_ARGS+="td2.32ports.buffers.1.json td2.32ports.buffers.2.json td2.32ports.buffers.3.json "
49-
elif [ "$onie_platform" == "x86_64-mlnx_x86-r5.0.1400" ]; then
49+
elif [ "$onie_platform" == "x86_64-mlnx_x86-r5.0.1400" ] || [ "$onie_platform" == "x86_64-mlnx_msn2700-r0" ]; then
5050
PORTSYNCD_ARGS+="-p /etc/ssw/ACS-MSN2700/port_config.ini"
5151
elif [ "$onie_platform" == "x86_64-accton_as7512_32x-r0" ]; then
5252
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="acpi_enforce_resources=lax acpi=noirq"

0 commit comments

Comments
 (0)