projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d7844
)
hotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware load events
author
Michael Büsch
<mb@bu3sch.de>
Sun, 6 Feb 2011 14:35:07 +0000
(14:35 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sun, 6 Feb 2011 14:35:07 +0000
(14:35 +0000)
SVN-Revision: 25383
package/base-files/files/etc/hotplug2-common.rules
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/hotplug2-common.rules
b/package/base-files/files/etc/hotplug2-common.rules
index 2eb58d708456ce07c4d69c0967f4c8cf6bbda7dc..2a781b8dacc28089a51f28b1c63bbd9026bef6c2 100644
(file)
--- a/
package/base-files/files/etc/hotplug2-common.rules
+++ b/
package/base-files/files/etc/hotplug2-common.rules
@@
-40,6
+40,7
@@
DEVPATH is set {
}
FIRMWARE is set, ACTION == add {
+ exec /sbin/hotplug-call firmware
load-firmware /lib/firmware
next-event
}