projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix zlib for powerpc
[openwrt.git]
/
package
/
hotplug2
/
files
/
hotplug2.rules
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
}
This page took
0.019809 seconds
and
4
git commands to generate.