treewide: remove obsolete sysupgrade watchdog kill
[openwrt/openwrt.git] / target / linux / mpc85xx / base-files / lib / upgrade / platform.sh
index 67e8324c2aa84032d226efcb85018beedebee1b2..1108b3fd6ed9366e8138f0d9df31ed1a44c42ba3 100755 (executable)
@@ -10,13 +10,3 @@ platform_check_image() {
 }
 
 # use default for platform_do_upgrade()
-
-disable_watchdog() {
-       killall watchdog
-       ( ps | grep -v 'grep' | grep '/dev/watchdog' ) && {
-               echo 'Could not disable watchdog'
-               return 1
-       }
-}
-
-append sysupgrade_pre_upgrade disable_watchdog