[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:
Jo-Philipp Wich 2010-02-12 18:57:01 +00:00
parent f77b6e541b
commit da2a268bf7

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