From 18a03ce770a4f83ddebdf967f85427cf485bcc9d Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Sat, 1 Sep 2007 21:01:09 +0000
Subject: [PATCH] reduce watchdog trigger from 10 to 5 seconds

SVN-Revision: 8571
---
 package/hotplug2/files/hotplug2.rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules
index 11faf7b94f..8429857824 100644
--- a/package/hotplug2/files/hotplug2.rules
+++ b/package/hotplug2/files/hotplug2.rules
@@ -5,6 +5,6 @@ SUBSYSTEM ~~ (net|button|usb) {
 }
 
 DEVICENAME ~~ (watchdog) {
-	exec /sbin/watchdog -t 10 /dev/watchdog;
+	exec /sbin/watchdog -t 5 /dev/watchdog;
 	next
 }
-- 
GitLab