Re: [U-Boot-Users] DNS support in U-Boot

2008-10-23 Thread Pieter Voorthuijsen
Hello Wolfgang, > We need a formal Signed-off-by: line for you for this patch. Something like this? Signed-off-by: Pieter Voorthuijsen <[EMAIL PROTECTED]> I'm sure the code will be adapted by someone as it is only for 1.2.0, will they also add their signed-off lines? > I think that such a li

Re: [U-Boot-Users] DNS support in U-Boot

2008-10-14 Thread Wolfgang Denk
Dear Pieter, In message <[EMAIL PROTECTED]> you wrote: > > I recently made a simple DNS implementation in U-Boot. > The attached file is a patch to U-Boot 1.2.0. Thanks a lot. We need a formal Signed-off-by: line for you for this patch. Index: net/dns.c

[U-Boot-Users] DNS support in U-Boot

2008-10-04 Thread Pieter Voorthuijsen
Hi, I recently made a simple DNS implementation in U-Boot. The attached file is a patch to U-Boot 1.2.0. DNS can be enabled by setting CFG_CMD_DNS. After performing a query, the serverip environment var is updated. Probably there are some cosmetic issues with the patch. Unfortunatly I do not