From: Daniel Dickinson Date: Mon, 21 Mar 2011 05:53:17 +0000 (+0000) Subject: hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that the zaptel kernel... X-Git-Tag: reboot~17166 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c28e406a9c01835bd67e8935cc093377a521f57a;p=openwrt%2Fstaging%2Fxback.git hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that the zaptel kernel module package only needs to had a script to create the correct device nodes (default names differ from what all apps that use zaptel actually use, so a script is necessary). SVN-Revision: 26253 --- diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index a7a4730105..eb8ffaa7c0 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -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% }