were you going to post an updated version ?
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear Matthias Weisser,
In message <1323021425-7854-1-git-send-email-weiss...@arcor.de> you wrote:
> This patch adds support for networking to sandbox architecture using
> tap. A tap device "tap0" has to be created e.g. using openvpn
>
> $ openvpn --mktun --dev tap0
>
> u-boot should then be able
Hi Mike,
On Tue, Dec 13, 2011 at 7:35 PM, Mike Frysinger wrote:
> On Tuesday 13 December 2011 18:54:59 Simon Glass wrote:
>> On Sun, Dec 4, 2011 at 9:57 AM, Matthias Weisser wrote:
>> > --- a/arch/sandbox/cpu/os.c
>> > +++ b/arch/sandbox/cpu/os.c
>> > @@ -19,6 +19,7 @@
>> > * MA 02111-1307 USA
>
On Tuesday 13 December 2011 18:54:59 Simon Glass wrote:
> On Sun, Dec 4, 2011 at 9:57 AM, Matthias Weisser wrote:
> > --- a/arch/sandbox/cpu/os.c
> > +++ b/arch/sandbox/cpu/os.c
> > @@ -19,6 +19,7 @@
> > * MA 02111-1307 USA
> > */
> >
> > +#include
> > #include
> > #include
> > #include
>
Hi Matthias,
On Sun, Dec 4, 2011 at 9:57 AM, Matthias Weisser wrote:
> This patch adds support for networking to sandbox architecture using
> tap. A tap device "tap0" has to be created e.g. using openvpn
>
> $ openvpn --mktun --dev tap0
>
> u-boot should then be able to detect the network device
5 matches
Mail list logo