Mercurial > ecos
changeset 3053:f2704f782643
* include/lwipopts.h: Fix naming of CYGNUM_LWIP_NETIF_LOOPBACK_MAX_PBUFS.
Patch from Christophe Coutand. [ Bugzilla 1001323 ]
| author | jld |
|---|---|
| date | Thu, 25 Aug 2011 19:47:16 +0000 |
| parents | 49131cbb0014 |
| children | 9af84e9efbe5 |
| files | packages/net/lwip_tcpip/current/ChangeLog packages/net/lwip_tcpip/current/include/lwipopts.h |
| diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/lwip_tcpip/current/ChangeLog +++ b/packages/net/lwip_tcpip/current/ChangeLog @@ -1,3 +1,9 @@ +2011-08-25 John Dallaway <john@dallaway.org.uk> + + * include/lwipopts.h: Fix naming of + CYGNUM_LWIP_NETIF_LOOPBACK_MAX_PBUFS. Patch from Christophe Coutand. + [ Bugzilla 1001323 ] + 2011-08-23 Ilija Kocho <ilijak@siva.com.mk> * cdl/lwip_net.cdl: New CDL option CYGIMP_LWIP_ENDIAN_BY_HAL.
--- a/packages/net/lwip_tcpip/current/include/lwipopts.h +++ b/packages/net/lwip_tcpip/current/include/lwipopts.h @@ -4,7 +4,7 @@ //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 2008, 2009, 2010 Free Software Foundation +// Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free @@ -275,7 +275,7 @@ #define LWIP_NETIF_LINK_CALLBACK defined(CYGFUN_LWIP_NETIF_LINK_CALLBACK) #define LWIP_NETIF_HWADDRHINT defined(CYGIMP_LWIP_NETIF_HWADDRHINT) #define LWIP_NETIF_LOOPBACK defined(CYGIMP_LWIP_NETIF_LOOPBACK) -#define LWIP_LOOPBACK_MAX_PBUFS CYGIMP_LWIP_NETIF_LOOPBACK_MAX_PBUFS +#define LWIP_LOOPBACK_MAX_PBUFS CYGNUM_LWIP_NETIF_LOOPBACK_MAX_PBUFS //#define LWIP_NETIF_LOOPBACK_MULTITHREADING // not configurable //#define LWIP_NETIF_TX_SINGLE_PBUF // not configurable
