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