treewide: remove obsolete sysupgrade watchdog kill
[openwrt/staging/wigyori.git] / target / linux / lantiq / base-files / lib / upgrade / platform.sh
index 77b3868dc056cc10007f3dd7a8a0f817854b993c..9755dc40b20c215e08eaca54e462fb3586055570 100755 (executable)
@@ -16,12 +16,3 @@ platform_pre_upgrade() {
 }
 
 # 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