diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-03-21 05:53:17 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-03-21 05:53:17 +0000 |
commit | a1233fbde7f35b0991ba0d319a4bd72080b1cc6b (patch) | |
tree | 5cf4cc6f4916d71843f62511daa59ddeb0d6efad /package/hotplug2/files | |
parent | fcd8048511f4d292694b3d0806c65f5dc3586814 (diff) | |
download | upstream-a1233fbde7f35b0991ba0d319a4bd72080b1cc6b.tar.gz upstream-a1233fbde7f35b0991ba0d319a4bd72080b1cc6b.tar.bz2 upstream-a1233fbde7f35b0991ba0d319a4bd72080b1cc6b.zip |
[package] 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).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26253 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hotplug2/files')
-rw-r--r-- | package/hotplug2/files/hotplug2.rules | 2 |
1 files changed, 1 insertions, 1 deletions
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% } |