# HG changeset patch # User jld # Date 1314301636 0 # Node ID f2704f7826437681232d96b3ca10c7a56da577ea # Parent 49131cbb0014497d5f961d6434f1e2b2dfda1eab * include/lwipopts.h: Fix naming of CYGNUM_LWIP_NETIF_LOOPBACK_MAX_PBUFS. Patch from Christophe Coutand. [ Bugzilla 1001323 ] diff --git a/packages/net/lwip_tcpip/current/ChangeLog b/packages/net/lwip_tcpip/current/ChangeLog --- a/packages/net/lwip_tcpip/current/ChangeLog +++ b/packages/net/lwip_tcpip/current/ChangeLog @@ -1,3 +1,9 @@ +2011-08-25 John Dallaway + + * include/lwipopts.h: Fix naming of + CYGNUM_LWIP_NETIF_LOOPBACK_MAX_PBUFS. Patch from Christophe Coutand. + [ Bugzilla 1001323 ] + 2011-08-23 Ilija Kocho * cdl/lwip_net.cdl: New CDL option CYGIMP_LWIP_ENDIAN_BY_HAL. diff --git a/packages/net/lwip_tcpip/current/include/lwipopts.h b/packages/net/lwip_tcpip/current/include/lwipopts.h --- 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