Mercurial > ecos
diff packages/ecos.db @ 1586:e0d88dc6a92f
Added PPP network support.
| author | nickg |
|---|---|
| date | Wed, 14 Apr 2004 15:08:56 +0000 |
| parents | 46fadd86159e |
| children | 7c0a7354a758 |
line wrap: on
line diff
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -1321,6 +1321,13 @@ This package provides a SNTP client whic information and set the system clock." } +package CYGPKG_PPP { + alias { "PPP support" ppp } + directory net/ppp + script ppp.cdl + description "PPP support." +} + package CYGPKG_NET_IPSEC_LIBIPSEC { alias { "libipsec support" libipsec } directory net/ipsec/libipsec
