diff options
Diffstat (limited to 'target/linux/mvebu')
-rwxr-xr-x | target/linux/mvebu/base-files/lib/upgrade/platform.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/mvebu/base-files/lib/upgrade/platform.sh b/target/linux/mvebu/base-files/lib/upgrade/platform.sh index 8241d1edcf..fdc94d3e8e 100755 --- a/target/linux/mvebu/base-files/lib/upgrade/platform.sh +++ b/target/linux/mvebu/base-files/lib/upgrade/platform.sh @@ -34,13 +34,3 @@ platform_copy_config() { ;; esac } - -disable_watchdog() { - killall watchdog - ( ps | grep -v 'grep' | grep '/dev/watchdog' ) && { - echo 'Could not disable watchdog' - return 1 - } -} - -append sysupgrade_pre_upgrade disable_watchdog |