Mercurial > ecos-v3_0-branch
changeset 975:04b3d562c506
* current.ect: Use the new FreeBSD stack instead of the older
OpenBSD stack. Also added the HTTPD package.
| author | asl |
|---|---|
| date | Tue, 29 Apr 2003 13:43:29 +0000 |
| parents | e432f748c9e1 |
| children | 12826c4c96eb |
| files | packages/templates/all/ChangeLog packages/templates/all/current.ect |
| diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/templates/all/ChangeLog +++ b/packages/templates/all/ChangeLog @@ -1,3 +1,8 @@ +2003-04-29 Andrew Lunn <andrew.lunn@ascom.ch> + + * current.ect: Use the new FreeBSD stack instead of the older + OpenBSD stack. Also added the HTTPD package. + 2003-02-25 Andrew Lunn <andrew.lunn@ascom.ch> * current.ect: Added the SNTP package.
--- a/packages/templates/all/current.ect +++ b/packages/templates/all/current.ect @@ -33,7 +33,7 @@ cdl_configuration template_all { package CYGPKG_ERROR current ; package CYGPKG_IO_FILEIO current ; package CYGPKG_NET current ; - package CYGPKG_NET_OPENBSD_STACK current ; + package CYGPKG_NET_FREEBSD_STACK current ; package CYGPKG_SNMPAGENT current ; package CYGPKG_SNMPLIB current ; package CYGPKG_NS_DNS current ; @@ -41,6 +41,7 @@ cdl_configuration template_all { package CYGPKG_CRC current ; package CYGPKG_CPULOAD current ; package CYGPKG_NET_SNTP current ; + package CYGPKG_HTTPD current ; }; cdl_option CYGBLD_ISO_CTYPE_HEADER {
