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 | 580f0a8d671c9cd873d9c8288fa52b0c0957fae7 (patch) | |
tree | d79997dadc069bf5d27b6358900ea39d96d2a27d /package | |
parent | 2c85313ae2d4ebd7ac83c9904778ee29586ae117 (diff) | |
download | upstream-580f0a8d671c9cd873d9c8288fa52b0c0957fae7.tar.gz upstream-580f0a8d671c9cd873d9c8288fa52b0c0957fae7.tar.bz2 upstream-580f0a8d671c9cd873d9c8288fa52b0c0957fae7.zip |
[package] allow hotplug events to be triggered with the atm subsystem (#2996)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16073 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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%; } |