projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add --no-coldplug to the hotplug2 process started by /etc/init.d/boot - should preven...
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
hotplug2-init.rules
diff --git
a/package/base-files/files/etc/hotplug2-init.rules
b/package/base-files/files/etc/hotplug2-init.rules
index
bcc4c6a
..
acfe8ca
100644
(file)
--- a/
package/base-files/files/etc/hotplug2-init.rules
+++ b/
package/base-files/files/etc/hotplug2-init.rules
@@
-28,6
+28,11
@@
DEVPATH is set {
makedev /dev/%DEVICENAME% 0644
}
+FIRMWARE is set {
+ nothrottle
+ exec /sbin/hotplug-call firmware;
+ next
+}
SUBSYSTEM ~~ button {
exec kill -USR1 1 ;
This page took
0.023417 seconds
and
4
git commands to generate.