SVN-Revision: 10721
@@ -0,0 +1,7 @@
+#!/bin/sh /etc/rc.common
+# Copyright (C) 2008 OpenWrt.org
+
+START=97
+start() {
+ [ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
+}