mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
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
This commit is contained in:
parent
eaa07dd900
commit
c28e406a9c
@ -1,6 +1,6 @@
|
|||||||
$include /etc/hotplug2-common.rules
|
$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%
|
exec /sbin/hotplug-call %SUBSYSTEM%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user