diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2009-05-28 13:31:30 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2009-05-28 13:31:30 +0000 |
commit | 0c5d5b0e9bbe6b77df4fb37d666ef998780ca859 (patch) | |
tree | 07cb72cbcccbf1a3fd22f7dc3aad5f87944a3c58 /package | |
parent | b38b823afb79a9ddac0697ff167360700d81a73a (diff) | |
download | upstream-0c5d5b0e9bbe6b77df4fb37d666ef998780ca859.tar.gz upstream-0c5d5b0e9bbe6b77df4fb37d666ef998780ca859.tar.bz2 upstream-0c5d5b0e9bbe6b77df4fb37d666ef998780ca859.zip |
added back atm rule
SVN-Revision: 16137
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 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% } |