From ae447cd9480e2a1bde42b953709b3eede433455c Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Mon, 13 Sep 2010 09:33:36 +0000 Subject: [PATCH] busybox/mdev.conf: add net/tun MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- recipes/busybox/files/mdev.conf | 2 ++ 1 file changed, 2 insertions(+) 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/ -- 2.39.5