
3 Feb
2012
3 Feb
'12
1:27 p.m.
On Thursday 19 January 2012 19:53:22 Joe Hershberger wrote:
--- a/common/cmd_net.c +++ b/common/cmd_net.c
+#if !defined(CONFIG_BOOTP_SERVERIP) if (NetServerIP) { ip_to_string (NetServerIP, tmp); setenv ("serverip", tmp); } +#endif
please add a comment referring people to net/bootp.c:BootpCopyNetParams() -mike