diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-26 09:30:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-26 09:30:45 +0000 |
commit | ae7afb7cdb8f8c978591c3b8486969096e4c2b99 (patch) | |
tree | 317e45db64fcda41b3ac0f7c6fc9b9966697d0dd /package/hotplug2/files/hotplug2.rules | |
parent | ec662b91415f957ada29045c12eed5758740c695 (diff) | |
download | upstream-ae7afb7cdb8f8c978591c3b8486969096e4c2b99.tar.gz upstream-ae7afb7cdb8f8c978591c3b8486969096e4c2b99.tar.bz2 upstream-ae7afb7cdb8f8c978591c3b8486969096e4c2b99.zip |
allow hotplug events to be triggered with the atm subsystem (#2996)
SVN-Revision: 16073
Diffstat (limited to 'package/hotplug2/files/hotplug2.rules')
-rw-r--r-- | package/hotplug2/files/hotplug2.rules | 2 |
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%; } |