Mercurial > nand-ecoscentric
changeset 2106:b64fadfd5d1c
* cdl/ppp.cdl: Require CYGPKG_POSIX_CLOCKS not *_TIMERS
| author | asl |
|---|---|
| date | Wed, 23 Nov 2005 21:18:44 +0000 |
| parents | e7d311287dec |
| children | 7a0284a514e9 |
| files | packages/net/ppp/current/ChangeLog packages/net/ppp/current/cdl/ppp.cdl |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/ppp/current/ChangeLog +++ b/packages/net/ppp/current/ChangeLog @@ -1,3 +1,7 @@ +2005-11-23 Andrew Lunn <andrew.lunn@ascom.ch> + + * cdl/ppp.cdl: Require CYGPKG_POSIX_CLOCKS not *_TIMERS + 2005-10-23 Andrew Lunn <andrew.lunn@ascom.ch> * cdl/ppp.cdl: Require CYGPKG_POSIX_TIMERS
--- a/packages/net/ppp/current/cdl/ppp.cdl +++ b/packages/net/ppp/current/cdl/ppp.cdl @@ -59,7 +59,7 @@ cdl_package CYGPKG_PPP { requires CYGOPT_IO_SERIAL_SUPPORT_NONBLOCKING requires CYGPKG_NET requires CYGPKG_IO_SERIAL_FLOW_CONTROL - requires CYGPKG_POSIX_TIMERS + requires CYGPKG_POSIX_CLOCKS description "PPP support for eCos. This package contains the PPP daemon functionality, BSD kernel device drivers for
