Re: PATCH added tftp port to fsoptions

2018-08-08 Thread Sascha Hauer
4 > > Sincirely > Dietrich > > > From 062a4c8148c2d31c7ce1d405632051b297b64ce0 Mon Sep 17 00:00:00 2001 > From: Dietrich Toews > Date: Fri, 3 Aug 2018 12:55:53 +0200 > Subject: [PATCH] Added tftp port to fsoptions > > --- > fs/tftp.c | 20

Re: PATCH added tftp port to fsoptions

2018-08-06 Thread Uwe Kleine-König
On Fri, Aug 03, 2018 at 12:10:34PM +, Toews, Dietrich wrote: > Hi, > > that can be a way, but then it is not possible to connect to different > servers, when they have different ports. > e.g. one server for large files, one (intelligent) server for script-files > > Why different ports? -

RE: PATCH added tftp port to fsoptions

2018-08-03 Thread Toews, Dietrich
1234 Good point. I assume, barebox way, would be to make it: global.net.tftp_port nv.net.tftp_port nv.dev..tftp_port > Sincirely > Dietrich > > > From 062a4c8148c2d31c7ce1d405632051b297b64ce0 Mon Sep 17 00:00:00 2001 > From: Dietrich Toews > Date: Fri, 3 Aug 2018 12:55:5

Re: PATCH added tftp port to fsoptions

2018-08-03 Thread Oleksij Rempel
nt. I assume, barebox way, would be to make it: global.net.tftp_port nv.net.tftp_port nv.dev..tftp_port > Sincirely > Dietrich > > > From 062a4c8148c2d31c7ce1d405632051b297b64ce0 Mon Sep 17 00:00:00 2001 > From: Dietrich Toews > Date: Fri, 3 Aug 2018 12:55:53 +0200 >

PATCH added tftp port to fsoptions

2018-08-03 Thread Toews, Dietrich
rom: Dietrich Toews Date: Fri, 3 Aug 2018 12:55:53 +0200 Subject: [PATCH] Added tftp port to fsoptions --- fs/tftp.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/fs/tftp.c b/fs/tftp.c index 847921a..13efa20 100644 --- a/fs/tftp.c +++ b/fs/tftp.c @@ -8