projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d2d9cc
)
reduce watchdog trigger from 10 to 5 seconds
author
John Crispin
<blogic@openwrt.org>
Sat, 1 Sep 2007 21:01:09 +0000
(21:01 +0000)
committer
John Crispin
<blogic@openwrt.org>
Sat, 1 Sep 2007 21:01:09 +0000
(21:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8571
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/hotplug2/files/hotplug2.rules
patch
|
blob
|
history
diff --git
a/package/hotplug2/files/hotplug2.rules
b/package/hotplug2/files/hotplug2.rules
index
11faf7b
..
8429857
100644
(file)
--- 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
}