aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2009-05-28 13:31:30 +0000
committerHamish Guthrie <hcg@openwrt.org>2009-05-28 13:31:30 +0000
commit0c5d5b0e9bbe6b77df4fb37d666ef998780ca859 (patch)
tree07cb72cbcccbf1a3fd22f7dc3aad5f87944a3c58 /package/hotplug2
parentb38b823afb79a9ddac0697ff167360700d81a73a (diff)
downloadupstream-0c5d5b0e9bbe6b77df4fb37d666ef998780ca859.tar.gz
upstream-0c5d5b0e9bbe6b77df4fb37d666ef998780ca859.tar.bz2
upstream-0c5d5b0e9bbe6b77df4fb37d666ef998780ca859.zip
added back atm rule
SVN-Revision: 16137
Diffstat (limited to 'package/hotplug2')
-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 8ad81033a7..e8847f2f65 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%
}