diff options
author | Eric BENARD <eric@eukrea.com> | 2010-09-13 09:33:36 +0000 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2010-09-14 21:54:00 +0200 |
commit | ae447cd9480e2a1bde42b953709b3eede433455c (patch) | |
tree | 53a00dcca4fcc03b8a798125cdd64ce891b482cb /recipes | |
parent | f68f811ed20c32d3fb7c71fb41484ae6dd9908fc (diff) |
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@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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/ |