We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5361184 commit 3b57d7fCopy full SHA for 3b57d7f
dockers/docker-orchagent/orchagent.sh
@@ -65,7 +65,7 @@ elif [ "$platform" == "mellanox" ]; then
65
ORCHAGENT_ARGS+=""
66
elif [ "$platform" == "innovium" ]; then
67
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
68
-elif [ "$platform" == "marvell-armhf" ]; then
+elif [ "$platform" == "marvell" ]; then
69
70
CREATE_SWITCH_TIMEOUT=`cat $HWSKU_DIR/sai.profile | grep "createSwitchTimeout" | cut -d'=' -f 2`
71
if [[ ! -z $CREATE_SWITCH_TIMEOUT ]]; then
0 commit comments