Mercurial > flash_v2
changeset 1514:e14a7321a363
Force net_io into link via libextras
| author | gthomas |
|---|---|
| date | Tue, 24 Feb 2004 23:09:13 +0000 |
| parents | c4355f101bf6 |
| children | d431485fc764 |
| files | packages/redboot/current/ChangeLog packages/redboot/current/cdl/redboot.cdl |
| diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,8 @@ +2004-02-24 Gary Thomas <gary@mlbassoc.com> + + * cdl/redboot.cdl: net_io needs to be in libextras to enable network + support (failed if network debug was disabled) + 2004-02-23 Uwe Kindler <uwe_kindler@web.de> * src/cksum.c:
--- a/packages/redboot/current/cdl/redboot.cdl +++ b/packages/redboot/current/cdl/redboot.cdl @@ -290,8 +290,8 @@ cdl_package CYGPKG_REDBOOT { implements CYGINT_REDBOOT_LOAD_METHOD compile net/bootp.c net/udp.c net/ip.c net/pktbuf.c net/cksum.c compile net/enet.c net/icmp.c net/tcp.c net/timers.c net/arp.c - compile net/net_io.c net/inet_addr.c - compile -library=libextras.a net/ping.c + compile net/inet_addr.c + compile -library=libextras.a net/ping.c net/net_io.c description "This option includes networking support in RedBoot." define_proc { puts $::cdl_system_header "#define CYGNUM_HAL_VIRTUAL_VECTOR_AUX_CHANNELS 1"
