From: Hamish Guthrie Date: Thu, 28 May 2009 13:31:30 +0000 (+0000) Subject: [hotplug2] added back atm rule X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=aa25b778ddb67c3abcc42417d09bafa1278cc82b;p=openwrt%2Fsvn-archive%2Farchive.git [hotplug2] added back atm rule SVN-Revision: 16137 --- 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% }