aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
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
commitda2a268bf7c204e06bc3cb17bf8d80f61fe2e10b (patch)
tree768007d2f058ba733846e6971f64b5e3acd233b7 /package/base-files
parentf77b6e541b2bae7db32d83338cb75cbc0be7ce10 (diff)
downloadmaster-187ad058-da2a268bf7c204e06bc3cb17bf8d80f61fe2e10b.tar.gz
master-187ad058-da2a268bf7c204e06bc3cb17bf8d80f61fe2e10b.tar.bz2
master-187ad058-da2a268bf7c204e06bc3cb17bf8d80f61fe2e10b.zip
[package] base-files: add /dev/hvcX to hotplug common rules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19608 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-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