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:
d52f004
)
fix firmware loading
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 6 May 2007 16:03:38 +0000
(16:03 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 6 May 2007 16:03:38 +0000
(16:03 +0000)
SVN-Revision: 7115
package/hotplug2/files/hotplug2.rules
patch
|
blob
|
history
diff --git
a/package/hotplug2/files/hotplug2.rules
b/package/hotplug2/files/hotplug2.rules
index ebd96fa33debfe979aceb1262ff2ee09a1ab26bd..5122ada3787555336d55e8815f607b9a3775a154 100644
(file)
--- a/
package/hotplug2/files/hotplug2.rules
+++ b/
package/hotplug2/files/hotplug2.rules
@@
-7,6
+7,11
@@
DEVPATH is set {
makedev /dev/%DEVICENAME% 0644
}
+FIRMWARE is set {
+ exec /sbin/hotplug-call firmware;
+ next
+}
+
SUBSYSTEM ~~ (net|button) {
exec /sbin/hotplug-call %SUBSYSTEM%;
}