X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/16c760b3740e289987e1cb705a80fc5fe0692852..3fcf2930a48f765cdf7038f5ff8d9f56c4c7fd0f:/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%; }