mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-19 16:14:26 -04:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
$include /etc/hotplug2-init.rules
|
|
|
|
SUBSYSTEM ~~ (net|button|usb) {
|
|
exec /sbin/hotplug-call %SUBSYSTEM%;
|
|
}
|