Mercurial > ecos
changeset 747:95c190a63a7e
Added the Simple Network Time Protocol Client.
| author | asl |
|---|---|
| date | Tue, 25 Feb 2003 14:40:23 +0000 |
| parents | 96630430dc17 |
| children | d21da3c91474 |
| files | packages/ChangeLog packages/NEWS packages/ecos.db |
| diffstat | 3 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,7 @@ +2003-02-25 Andrew Lunn <andrew.lunn@ascom.ch> + + * ecos.db: Added the Simple Network Time Protocol (SNTP) client. + 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> * pkgconf/rules.doc: Allow support for copying files directly from
--- a/packages/NEWS +++ b/packages/NEWS @@ -1,3 +1,4 @@ +* Simple Network Time Protocol (SNTP) client contributed by Andrew Lunn. * Added port for NMI uE250 (ARM Xscale PXA250) platform, contributed by Mind, NV. * Port added for IDT MIPS IDT79RC32334 reference platform, including Flash,
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -1145,6 +1145,17 @@ package CYGPKG_NS_DNS { script dns.cdl description "DNS client support." } + +package CYGPKG_NET_SNTP { + alias { "SNTP support" sntp } + directory net/sntp + script sntp.cdl + description " +This package provides a SNTP client which can recieve broadcast time +information and set the system clock." +} + + package CYGPKG_DEVS_ETH_ARM_EDB7XXX { alias { "Cirrus Logic ethernet driver for EP7xxx boards" edb7xxx_eth_driver } hardware
