Mercurial > flash_v2
diff packages/ecos.db @ 747:95c190a63a7e
Added the Simple Network Time Protocol Client.
| author | asl |
|---|---|
| date | Tue, 25 Feb 2003 14:40:23 +0000 |
| parents | 4ca0953b0734 |
| children | d6cfbed66cf9 |
line wrap: on
line diff
--- 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
