having tun in /dev/net/tun allows openvpn to run without any hack on the target
Signed-off-by: Eric Bénard <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
