summaryrefslogtreecommitdiffstats
path: root/recipes-core/udev/udev/links.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-02-01 20:42:25 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2012-02-01 20:46:04 +0000
commit8e7ea27c5b0248e52cf2367b621bffd16be3d338 (patch)
tree9d3a85d0e6d66ad0745d1515381d79c817583116 /recipes-core/udev/udev/links.conf
parentdd3cdbc234f9e786929ea56508c4ded3a0f75ad1 (diff)
downloadmeta-fsl-arm-8e7ea27c5b0248e52cf2367b621bffd16be3d338.tar.gz
udev: import 164 version from OE-Core
Currently supported machines doesn't support kernel above 2.6.35 thus forcing us to be using udev 164 version for now. Once kernel is updated, this ought to be reverted. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/udev/udev/links.conf')
-rw-r--r--recipes-core/udev/udev/links.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-core/udev/udev/links.conf b/recipes-core/udev/udev/links.conf
new file mode 100644
index 0000000..8fff922
--- /dev/null
+++ b/recipes-core/udev/udev/links.conf
@@ -0,0 +1,21 @@
1# This file does not exist. Please do not ask the debian maintainer about it.
2# You may use it to do strange and wonderful things, at your risk.
3
4L fd /proc/self/fd
5L stdin /proc/self/fd/0
6L stdout /proc/self/fd/1
7L stderr /proc/self/fd/2
8L core /proc/kcore
9L sndstat /proc/asound/oss/sndstat
10L MAKEDEV /sbin/MAKEDEV
11
12D pts
13D shm
14
15# Hic sunt leones.
16M ppp c 108 0
17D loop
18M loop/0 b 7 0
19D net
20M net/tun c 10 200
21