mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-06 07:54:27 -05:00
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%;
|
|
}
|