mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-01 20:02:29 +00:00
0e387805fb
SVN-Revision: 7892
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
$include /etc/hotplug2-init.rules
|
|
FIRMWARE is set {
|
|
nothrottle
|
|
exec /sbin/hotplug-call firmware;
|
|
next
|
|
}
|
|
|
|
SUBSYSTEM ~~ (net|button|usb) {
|
|
exec /sbin/hotplug-call %SUBSYSTEM%;
|
|
}
|