comparison packages/ecos.db @ 1625:40c53c83bbc4

Update ecos.db and NEWS to reflect lwIP addition.Add lwip_eth and lwip_ppp templates
author jani
date Tue, 04 May 2004 12:52:47 +0000
parents 7c0a7354a758
children 5b90296c022f
comparison
equal deleted inserted replaced
1624:877b7c3bf2b8 1625:40c53c83bbc4
5529 This package contains a FAT filesystem implementation." 5529 This package contains a FAT filesystem implementation."
5530 } 5530 }
5531 5531
5532 5532
5533 # -------------------------------------------------------------------------- 5533 # --------------------------------------------------------------------------
5534
5535 package CYGPKG_NET_LWIP {
5536 alias {"lwIP" lwip}
5537 directory net/lwip_tcpip
5538 script cdl/lwip_net.cdl
5539 description "Lightweight TCP/IP stack: lwIP"
5540 }