Mercurial > flash_v2
changeset 758:36f3d2a15e37
Added the Simple Network Time Protocol package.
| author | asl |
|---|---|
| date | Tue, 25 Feb 2003 18:09:45 +0000 |
| parents | 28b0338d4928 |
| children | 018143c925ee |
| files | packages/templates/all/ChangeLog packages/templates/all/current.ect packages/templates/net/ChangeLog packages/templates/net/current.ect packages/templates/old_net/ChangeLog packages/templates/old_net/current.ect |
| diffstat | 6 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/templates/all/ChangeLog +++ b/packages/templates/all/ChangeLog @@ -1,3 +1,7 @@ +2003-02-25 Andrew Lunn <andrew.lunn@ascom.ch> + + * current.ect: Added the SNTP package. + 2003-02-14 Jonathan Larmour <jifl@eCosCentric.com> * current.ect: Update inferred values and add SNMP stack.
--- a/packages/templates/all/current.ect +++ b/packages/templates/all/current.ect @@ -40,6 +40,7 @@ cdl_configuration template_all { package CYGPKG_IO_ETH_DRIVERS current ; package CYGPKG_CRC current ; package CYGPKG_CPULOAD current ; + package CYGPKG_NET_SNTP current ; }; cdl_option CYGBLD_ISO_CTYPE_HEADER {
--- a/packages/templates/net/ChangeLog +++ b/packages/templates/net/ChangeLog @@ -1,3 +1,7 @@ +2003-02-25 Andrew Lunn <andrew.lunn@ascom.ch> + + * Added the Simple Network Time Protocol (SNTP) Client + 2003-02-14 Jonathan Larmour <jifl@eCosCentric.com> * Move files from templates/new_net/ to templates/net/
--- a/packages/templates/net/current.ect +++ b/packages/templates/net/current.ect @@ -34,6 +34,7 @@ cdl_configuration template_net { package CYGPKG_NET_FREEBSD_STACK current ; package CYGPKG_NS_DNS current ; package CYGPKG_IO_ETH_DRIVERS current ; + package CYGPKG_NET_SNTP current ; }; cdl_option CYGBLD_ISO_CTYPE_HEADER {
--- a/packages/templates/old_net/ChangeLog +++ b/packages/templates/old_net/ChangeLog @@ -1,3 +1,7 @@ +2003-02-25 Andrew Lunn <andrew.lunn@ascom.ch> + + * Added the Simple Network Time Protocol (SNTP) Client + 2003-02-14 Jonathan Larmour <jifl@eCosCentric.com> * Move files from templates/net/ to templates/old_net/
--- a/packages/templates/old_net/current.ect +++ b/packages/templates/old_net/current.ect @@ -34,6 +34,7 @@ cdl_configuration template_net { package CYGPKG_NET_OPENBSD_STACK current ; package CYGPKG_NS_DNS current ; package CYGPKG_IO_ETH_DRIVERS current ; + package CYGPKG_NET_SNTP current; }; cdl_option CYGBLD_ISO_CTYPE_HEADER {
