Skip to content

Commit 682e860

Browse files
dbarashinvdmssonicbld
authored andcommittedFeb 11, 2024·
Revert "add if statement for module control mode support" (#1341)
Reverts #1305 this logic is not needed. we'll change sai.profile directly
1 parent 3621a18 commit 682e860

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎syncd/scripts/syncd_init_common.sh

-5
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@ config_syncd_mlnx()
233233
if [[ -f /tmp/sai_extra.profile ]]; then
234234
cat /tmp/sai_extra.profile >> /tmp/sai.profile
235235
fi
236-
237-
if [[ -f /$HWSKU_DIR/module_control_support.profile ]]; then
238-
cat /$HWSKU_DIR/module_control_support.profile >> /tmp/sai.profile
239-
fi
240-
241236
}
242237

243238
config_syncd_centec()

0 commit comments

Comments
 (0)
Please sign in to comment.