projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da3f65f
)
add watchdog start patch from #1967
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 23 Jul 2007 02:51:42 +0000
(
02:51
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 23 Jul 2007 02:51:42 +0000
(
02:51
+0000)
SVN-Revision: 8117
package/hotplug2/files/hotplug2.rules
patch
|
blob
|
history
diff --git
a/package/hotplug2/files/hotplug2.rules
b/package/hotplug2/files/hotplug2.rules
index 4eb762fb011aadaf681a9e75e8450b288ac23aaf..11faf7b94f50d138f641eff69d432af6154d0044 100644
(file)
--- a/
package/hotplug2/files/hotplug2.rules
+++ b/
package/hotplug2/files/hotplug2.rules
@@
-3,3
+3,8
@@
$include /etc/hotplug2-init.rules
SUBSYSTEM ~~ (net|button|usb) {
exec /sbin/hotplug-call %SUBSYSTEM%;
}
+
+DEVICENAME ~~ (watchdog) {
+ exec /sbin/watchdog -t 10 /dev/watchdog;
+ next
+}