projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] base-files: now that we have date -k, adjust the kernel timezone after...
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
hotplug2-common.rules
diff --git
a/package/base-files/files/etc/hotplug2-common.rules
b/package/base-files/files/etc/hotplug2-common.rules
index
101d451
..
a1d07d3
100644
(file)
--- a/
package/base-files/files/etc/hotplug2-common.rules
+++ b/
package/base-files/files/etc/hotplug2-common.rules
@@
-55,3
+55,7
@@
FIRMWARE is set, ACTION == add {
load-firmware /lib/firmware
next-event
}
load-firmware /lib/firmware
next-event
}
+
+SUBSYSTEM == platform {
+ exec /sbin/hotplug-call %SUBSYSTEM%
+}
This page took
0.023254 seconds
and
4
git commands to generate.