projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Do not enable IDE for brcm47xx for now
[openwrt.git]
/
package
/
hotplug2
/
files
/
hotplug2.rules
diff --git
a/package/hotplug2/files/hotplug2.rules
b/package/hotplug2/files/hotplug2.rules
index
ebd96fa
..
5122ada
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%;
}
This page took
0.01876 seconds
and
4
git commands to generate.