# HG changeset patch # User asl # Date 1046184023 0 # Node ID 95c190a63a7e7a9967b2d2b59cf408a92ddc4b28 # Parent 96630430dc1730fa9a3b72c990354c0d4807658d Added the Simple Network Time Protocol Client. diff --git a/packages/ChangeLog b/packages/ChangeLog --- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,7 @@ +2003-02-25 Andrew Lunn + + * ecos.db: Added the Simple Network Time Protocol (SNTP) client. + 2003-02-24 Jonathan Larmour * pkgconf/rules.doc: Allow support for copying files directly from diff --git a/packages/NEWS b/packages/NEWS --- 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, diff --git a/packages/ecos.db b/packages/ecos.db --- 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