[package] allow hotplug events to be triggered with the atm subsystem (#2996)
[openwrt.git] / package / hotplug2 / files / hotplug2.rules
index c52c60f..ed9bd11 100644 (file)
@@ -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%;
 }