mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +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%;
|
|
}
|