Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ common/dell_i2c_utils.sh usr/local/bin
common/io_rd_wr.py usr/local/bin
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