summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-26 09:30:45 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-26 09:30:45 +0000
commitae7afb7cdb8f8c978591c3b8486969096e4c2b99 (patch)
tree317e45db64fcda41b3ac0f7c6fc9b9966697d0dd /package
parentec662b91415f957ada29045c12eed5758740c695 (diff)
downloadmaster-31e0f0ae-ae7afb7cdb8f8c978591c3b8486969096e4c2b99.tar.gz
master-31e0f0ae-ae7afb7cdb8f8c978591c3b8486969096e4c2b99.tar.bz2
master-31e0f0ae-ae7afb7cdb8f8c978591c3b8486969096e4c2b99.zip
allow hotplug events to be triggered with the atm subsystem (#2996)
SVN-Revision: 16073
Diffstat (limited to 'package')
-rw-r--r--package/hotplug2/files/hotplug2.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules
index c52c60f4a1..ed9bd11131 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%;
}