aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-03 19:35:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-03 19:35:58 +0000
commitb66b6fc6871ed9cfa23729b8a9f79187b34799b4 (patch)
tree9d4095f8d6fa96e462ea56d7a5ac554aeb4b3826 /package
parent5cc94f2ac693c6e4ba118aef880a66d813ad6390 (diff)
downloadupstream-b66b6fc6871ed9cfa23729b8a9f79187b34799b4.tar.gz
upstream-b66b6fc6871ed9cfa23729b8a9f79187b34799b4.tar.bz2
upstream-b66b6fc6871ed9cfa23729b8a9f79187b34799b4.zip
[package] hotplug2: introduce tty subsystem events (#9211)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26807 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/hotplug2/files/hotplug2.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules
index eb8ffaa7c0..d72a1efb62 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$|^zaptel$) {
+SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$|^zaptel$|^tty$) {
exec /sbin/hotplug-call %SUBSYSTEM%
}