Mercurial > ecos
changeset 2936:22d29d9d2cec
* cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to match
package macro name.
| author | jld |
|---|---|
| date | Sun, 07 Feb 2010 16:17:12 +0000 |
| parents | 918ae79235a2 |
| children | d7774c2ebd5a |
| files | packages/net/lwip_tcpip/current/ChangeLog packages/net/lwip_tcpip/current/cdl/lwip_net.cdl |
| diffstat | 2 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/lwip_tcpip/current/ChangeLog +++ b/packages/net/lwip_tcpip/current/ChangeLog @@ -1,3 +1,8 @@ +2010-02-07 John Dallaway <john@dallaway.org.uk> + + * cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to + match package macro name. + 2010-01-25 Simon Kallweit <simon.kallweit@intefo.ch> * all: Updated to lwIP 1.3.2 @@ -212,7 +217,7 @@ 2004-05-04 Jani Monoses <jani@iv.ro> //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 2004 eCosCentric +// Copyright (C) 2004, 2010 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
--- a/packages/net/lwip_tcpip/current/cdl/lwip_net.cdl +++ b/packages/net/lwip_tcpip/current/cdl/lwip_net.cdl @@ -1900,12 +1900,12 @@ cdl_package CYGPKG_NET_LWIP { } } - cdl_component CYGPKG_LWIP_OPTIONS { + cdl_component CYGPKG_NET_LWIP_OPTIONS { display "lwIP build options" flavor none no_define - cdl_option CYGPKG_LWIP_CFLAGS_ADD { + cdl_option CYGPKG_NET_LWIP_CFLAGS_ADD { display "Additional compiler flags" flavor data no_define @@ -1916,7 +1916,7 @@ cdl_package CYGPKG_NET_LWIP { global flags." } - cdl_option CYGPKG_LWIP_CFLAGS_REMOVE { + cdl_option CYGPKG_NET_LWIP_CFLAGS_REMOVE { display "Suppressed compiler flags" flavor data no_define
