Date:2011-03-21 06:53:17 (13 years 7 days ago)
Author:cshore
Commit:06a1c1cf6cbd2ce5b9863eaf1d86dfba63639843
Message:[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
Files: package/hotplug2/files/hotplug2.rules (1 diff)

Change Details

package/hotplug2/files/hotplug2.rules
11$include /etc/hotplug2-common.rules
22
3SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$) {
3SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$|^zaptel$) {
44    exec /sbin/hotplug-call %SUBSYSTEM%
55}
66

Archive Download the corresponding diff file



interactive