mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-24 20:32:39 +00: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%;
|
|
}
|