X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8878fc63f14757e5fa42e9c2ae90f43a403a927f..b49e880ccb038f1e0f9326410ade340421406477:/package/hotplug2/files/hotplug2.rules?ds=sidebyside diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index c52c60f4a..ed9bd1113 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|ieee1394|block) { +SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block|atm) { exec /sbin/hotplug-call %SUBSYSTEM%; }