From: Eric BENARD Date: Mon, 13 Sep 2010 09:33:36 +0000 (+0000) Subject: busybox/mdev.conf: add net/tun X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae447cd9480e2a1bde42b953709b3eede433455c;p=openembedded.git 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 Acked-by: Khem Raj --- diff --git a/recipes/busybox/files/mdev.conf b/recipes/busybox/files/mdev.conf index 163ebfe45d..8f57b0a84d 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/