[oe-commits] Eric BENARD : busybox/mdev.conf: add net/tun

git version control git at git.openembedded.org
Tue Sep 14 19:56:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ae447cd9480e2a1bde42b953709b3eede433455c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ae447cd9480e2a1bde42b953709b3eede433455c

Author: Eric BENARD <eric at eukrea.com>
Date:   Mon Sep 13 09:33:36 2010 +0000

busybox/mdev.conf: add net/tun

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>
Acked-by: Khem Raj <raj.khem at gmail.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..8f57b0a 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/





More information about the Openembedded-commits mailing list