Mercurial > ecos
changeset 2172:bdd97848f65e
* current.ect: Fixed configuration options to match new names of
configuration options in lwip_net.cdl
| author | asl |
|---|---|
| date | Wed, 29 Mar 2006 10:30:56 +0000 |
| parents | ff4a4e7f57a8 |
| children | 4f828d6c4183 |
| files | packages/templates/lwip_ppp/ChangeLog packages/templates/lwip_ppp/current.ect |
| diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/templates/lwip_ppp/ChangeLog +++ b/packages/templates/lwip_ppp/ChangeLog @@ -1,3 +1,8 @@ +2006-03-22 Uwe Kindler <uwe_kindler@web.de> + + * current.ect: Fixed configuration options to match new names of + configuration options in lwip_net.cdl + 2004-05-04 Jani Monoses <jani@iv.ro> * current.ect: Create new configuration for lwIP/PPP
--- a/packages/templates/lwip_ppp/current.ect +++ b/packages/templates/lwip_ppp/current.ect @@ -37,11 +37,11 @@ cdl_option CYGBLD_ISO_STRERROR_HEADER { inferred_value 1 <cyg/error/strerror.h> }; -cdl_option CYGPKG_LWIP_SERV_ADDR { +cdl_option CYGDAT_LWIP_SERV_ADDR { user_value 192,168,0,3 }; -cdl_option CYGPKG_LWIP_MY_ADDR { +cdl_option CYGDAT_LWIP_MY_ADDR { user_value 192,168,0,4 }; @@ -49,6 +49,6 @@ cdl_component CYGPKG_LWIP_PPP { user_value 1 } -cdl_option CYGPKG_LWIP_PPP_DEV { +cdl_option CYGDAT_LWIP_PPP_DEV { user_value "\"/dev/ser1\"" };
