# HG changeset patch # User jld # Date 1265559432 0 # Node ID 22d29d9d2cec2ed5bd541efc44d7630d4a68b9f0 # Parent 918ae79235a289effe97c6c273f225aabf1cd994 * cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to match package macro name. 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,8 @@ +2010-02-07 John Dallaway + + * cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to + match package macro name. + 2010-01-25 Simon Kallweit * all: Updated to lwIP 1.3.2 @@ -212,7 +217,7 @@ 2004-05-04 Jani Monoses //####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 diff --git a/packages/net/lwip_tcpip/current/cdl/lwip_net.cdl b/packages/net/lwip_tcpip/current/cdl/lwip_net.cdl --- 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