summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-02-12 18:57:01 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-02-12 18:57:01 +0000
commit2e0d14f9c235e3d7d4edd60cc21ec22e179fb460 (patch)
treeaeaa96bdd8c2ec979ad47178c17e09c240eaf3fb /package/base-files/files/etc
parent810b511a24dffc051ccbba1f36c00b6bb03fbb1a (diff)
downloadmaster-31e0f0ae-2e0d14f9c235e3d7d4edd60cc21ec22e179fb460.tar.gz
master-31e0f0ae-2e0d14f9c235e3d7d4edd60cc21ec22e179fb460.tar.bz2
master-31e0f0ae-2e0d14f9c235e3d7d4edd60cc21ec22e179fb460.zip
base-files: add /dev/hvcX to hotplug common rules
SVN-Revision: 19608
Diffstat (limited to 'package/base-files/files/etc')
-rw-r--r--package/base-files/files/etc/hotplug2-common.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules
index a7aba35a93..6bc53dffe8 100644
--- a/package/base-files/files/etc/hotplug2-common.rules
+++ b/package/base-files/files/etc/hotplug2-common.rules
@@ -1,5 +1,5 @@
-DEVICENAME ~~ (null|full|ptmx|tty|zero|gpio) {
+DEVICENAME ~~ (null|full|ptmx|tty|zero|gpio|hvc) {
nothrottle
makedev /dev/%DEVICENAME% 0666
next