mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-03 00:20:14 +02:00
af7fc344c8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7892 3c298f89-4303-0410-b956-a3cf2f4a3e73
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%;
|
|
}
|