[package] hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that the zaptel...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 21 Mar 2011 05:53:17 +0000 (05:53 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 21 Mar 2011 05:53:17 +0000 (05:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26253 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/hotplug2/files/hotplug2.rules

index a7a4730..eb8ffaa 100644 (file)
@@ -1,6 +1,6 @@
 $include /etc/hotplug2-common.rules
 
-SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$) {
+SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$|^zaptel$) {
        exec /sbin/hotplug-call %SUBSYSTEM%
 }
 
This page took 0.028604 seconds and 4 git commands to generate.