2
0
Эх сурвалжийг харах

allow hotplug events to be triggered with the atm subsystem (#2996)

SVN-Revision: 16073
Florian Fainelli 16 жил өмнө
parent
commit
ae7afb7cdb

+ 1 - 1
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%;
 }