diff --git a/src/netif/FILES b/src/netif/FILES index 099dbf3e..62165f68 100644 --- a/src/netif/FILES +++ b/src/netif/FILES @@ -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.