[package] base-files: add /dev/hvcX to hotplug common rules
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 12 Feb 2010 18:57:01 +0000 (18:57 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 12 Feb 2010 18:57:01 +0000 (18:57 +0000)
SVN-Revision: 19608

package/base-files/files/etc/hotplug2-common.rules

index a7aba35a9312aafdec8e9bbf3a58820e3672d2e3..6bc53dffe85f5cd9e198fcf2ed992d33a9f0ac46 100644 (file)
@@ -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