[oe] [PATCH] busybox/mdev.conf: add net/tun

Eric Bénard eric at eukrea.com
Mon Sep 13 19:33:36 UTC 2010


having tun in /dev/net/tun allows openvpn to run without any hack
on the target

Signed-off-by: Eric Bénard <eric at eukrea.com>
---
 recipes/busybox/files/mdev.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/busybox/files/mdev.conf b/recipes/busybox/files/mdev.conf
index 163ebfe..91068a9 100644
--- a/recipes/busybox/files/mdev.conf
+++ b/recipes/busybox/files/mdev.conf
@@ -31,3 +31,5 @@ timer 0:0 0660 =snd/
 event.* 0:0 0660 =input/ @/etc/mdev/find-touchscreen.sh
 mice 0:0 0660 =input/ 
 mouse.* 0:0 0660 =input/
+
+tun[0-9]* 0:0 0660 =net/
\ No newline at end of file
-- 
1.6.3.3





More information about the Openembedded-devel mailing list