diff packages/redboot/current/ChangeLog @ 1357:7b0dae4bd7a9

Use DNS server from DHCP info if present
author gthomas
date Fri, 07 Nov 2003 18:14:10 +0000
parents c8903ba86828
children 72507a6fc4c5
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog
+++ b/packages/redboot/current/ChangeLog
@@ -1,5 +1,10 @@
 2003-11-07  Gary Thomas  <gary@mlbassoc.com>
 
+	* src/net/dns.c: 
+	* src/net/bootp.c: 
+	* include/net/net.h: Use DNS server address from DHCP if provided.
+	Inspired by John Newlin <jnewlin@rawbw.com>
+
 	* src/flash.c (fis_init): Take out misleading warning - since the
 	new [default] behaviour of "fis free" means free space need not
 	be necessarily erased on the device.