X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/16c760b3740e289987e1cb705a80fc5fe0692852..15bb59764550087c442026f9aa3829c79881c249:/package/hotplug2/files/hotplug2.rules diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index 842985782..c52c60f4a 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -1,6 +1,6 @@ -$include /etc/hotplug2-init.rules +$include /etc/hotplug2-common.rules -SUBSYSTEM ~~ (net|button|usb) { +SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block) { exec /sbin/hotplug-call %SUBSYSTEM%; }