X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d99855b11e017417c58725675355e5c5ca956158..3fcf2930a48f765cdf7038f5ff8d9f56c4c7fd0f:/package/hotplug2/files/hotplug2.rules diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index 1ccc4f704..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|platform) { +SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block) { exec /sbin/hotplug-call %SUBSYSTEM%; }