From: Florian Fainelli Date: Tue, 26 May 2009 09:30:45 +0000 (+0000) Subject: [package] allow hotplug events to be triggered with the atm subsystem (#2996) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b16d3773f47659b3fe43dfff973352a912c34e4f [package] allow hotplug events to be triggered with the atm subsystem (#2996) SVN-Revision: 16073 --- 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%; }