Skip to content

Commit

Permalink
Revert "[devices]: Watchdog enable/disable in DellEMC S6100 (#2730)" (#…
Browse files Browse the repository at this point in the history
…2817)

This reverts commit 22d17da.
  • Loading branch information
yxieca committed Apr 26, 2019
1 parent 15a5264 commit 5663c81
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ common/fstrim.timer etc/systemd/system
common/fstrim.service etc/systemd/system
common/platform_reboot usr/share/sonic/device/x86_64-dell_s6100_c2538-r0
s6100/scripts/platform_sensors.py usr/local/bin
s6100/scripts/platform_watchdog_enable.sh usr/local/bin
s6100/scripts/platform_watchdog_disable.sh usr/local/bin
s6100/scripts/sensors usr/bin
s6100/systemd/platform-modules-s6100.service etc/systemd/system

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,6 @@ if [[ "$1" == "init" ]]; then
modprobe dell_s6100_iom_cpld
modprobe dell_s6100_lpc

# Disable Watchdog Timer
if [[ -e /usr/local/bin/platform_watchdog_disable.sh ]]; then
exec /usr/local/bin/platform_watchdog_disable.sh
fi

cpu_board_mux "new_device"
switch_board_mux "new_device"
sys_eeprom "new_device"
Expand Down

0 comments on commit 5663c81

Please sign in to comment.