]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/lwip/lib/contrib/src/netif/FILES
Update
[l4.git] / l4 / pkg / lwip / lib / contrib / src / netif / FILES
index 099dbf3ec2be5903047e5e7e4d2d8087c916a438..62165f6830d733b04a2a9c4dd7c37b49b29bbd4e 100644 (file)
@@ -23,7 +23,6 @@ slipif.c
           protocol. It requires a sio (serial I/O) module to work.
 
 ppp/      Point-to-Point Protocol stack
-          The PPP stack has been ported from ucip (http://ucip.sourceforge.net).
-          It matches quite well to pppd 2.3.1 (http://ppp.samba.org), although
-          compared to that, it has some modifications for embedded systems and
-          the source code has been reordered a bit.
\ No newline at end of file
+          The lwIP PPP support is based from pppd (http://ppp.samba.org) with
+          huge changes to match code size and memory requirements for embedded
+          devices. Please read ppp/PPPD_FOLLOWUP for a detailed explanation.