Re: [yocto] Including TUN/TAP kernel drivers for openVPN

2017-06-10 Thread Tim Orling
Related: https://superuser.com/questions/497245/how-to-load-tun-module-in-linux On Sat, Jun 10, 2017 at 7:01 AM Brett R. Nicholas < brett.r.nicholas...@dartmouth.edu> wrote: > Hi there, > > > I'm using Yocto (morty) to build a custom linux image for a Zedboard. I > need the image to run openVPN,

[yocto] Including TUN/TAP kernel drivers for openVPN

2017-06-10 Thread Brett R. Nicholas
Hi there, I'm using Yocto (morty) to build a custom linux image for a Zedboard. I need the image to run openVPN, which requires access to the TUN/TAP virtual network interface. I successfully incorporated openVPN and all its dependencies into my image using the meta-networking layer, but it a