comparison 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
comparison
equal deleted inserted replaced
1356:6a23e2474d97 1357:7b0dae4bd7a9
1 2003-11-07 Gary Thomas <gary@mlbassoc.com> 1 2003-11-07 Gary Thomas <gary@mlbassoc.com>
2
3 * src/net/dns.c:
4 * src/net/bootp.c:
5 * include/net/net.h: Use DNS server address from DHCP if provided.
6 Inspired by John Newlin <jnewlin@rawbw.com>
2 7
3 * src/flash.c (fis_init): Take out misleading warning - since the 8 * src/flash.c (fis_init): Take out misleading warning - since the
4 new [default] behaviour of "fis free" means free space need not 9 new [default] behaviour of "fis free" means free space need not
5 be necessarily erased on the device. 10 be necessarily erased on the device.
6 11