mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 03:03:26 +01:00
5 lines
107 B
Text
5 lines
107 B
Text
$include /etc/hotplug2-init.rules
|
|
|
|
SUBSYSTEM ~~ (net|button|usb) {
|
|
exec /sbin/hotplug-call %SUBSYSTEM%;
|
|
}
|