aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-11-11 14:03:55 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-11-11 14:03:55 +0000
commit817ce66ed1b92661d971fafe59bfbe1cae0f2409 (patch)
tree4b40252efb0847fe51ba6c43e7ec18fe3de7dba8
parent816c5bc325a1c57b7d23cdd238090c2b6ac36ced (diff)
downloadopenembedded-817ce66ed1b92661d971fafe59bfbe1cae0f2409.tar.gz
device_table-minimal.txt: Add /dev/ptmx.
* Needed to create PTYs, and thus for example to have working dropbear without udev.
-rw-r--r--files/device_table-minimal.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/device_table-minimal.txt b/files/device_table-minimal.txt
index 495b5d5635..1d15b09053 100644
--- a/files/device_table-minimal.txt
+++ b/files/device_table-minimal.txt
@@ -28,3 +28,4 @@
/dev/console c 662 0 5 5 1 - - -
/dev/random c 644 0 0 1 8 - - -
/dev/urandom c 644 0 0 1 9 - - -
+/dev/ptmx c 644 0 0 5 2 - - -