1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 18:17:32 +02:00

[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
This commit is contained in:
jow 2010-02-12 18:57:01 +00:00
parent 825dd1f572
commit 3abdc13b68

View 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