Skip to content

Commit 5b2a517

Browse files
authored
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 b26ce7a commit 5b2a517

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
@@ -240,11 +240,6 @@ config_syncd_mlnx()
240240
if [[ -f /tmp/sai_extra.profile ]]; then
241241
cat /tmp/sai_extra.profile >> /tmp/sai.profile
242242
fi
243-
244-
if [[ -f /$HWSKU_DIR/module_control_support.profile ]]; then
245-
cat /$HWSKU_DIR/module_control_support.profile >> /tmp/sai.profile
246-
fi
247-
248243
}
249244

250245
config_syncd_centec()

0 commit comments

Comments
 (0)