mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
c50816d093
SVN-Revision: 7955
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
$include /etc/hotplug2-init.rules
|
|
|
|
SUBSYSTEM ~~ (net|button|usb) {
|
|
exec /sbin/hotplug-call %SUBSYSTEM%;
|
|
}
|