mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
* Update to stable working state. Congratulations Mike! :) * modem_example: Directory removed. * modem_example/16550.h, modem_example/README, modem_example/modem.c, modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h, modem_example/pppcompress.c: Files removed. * pppd/example/pppd.options: New file. * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c, pppd/pppd.h, pppd/rtemsmain.c: Updated.
16 lines
532 B
Plaintext
16 lines
532 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
This is an example user application using pppd. It is built using
|
|
the RTEMS application Makefiles. The file Makefile-user should
|
|
be renamed to Makefile or the -f option given to make. The file
|
|
is renamed to avoid bootstrap -c removing it.
|
|
|
|
The files ppp.conf and pppd.options are sample configuration files
|
|
that have successfully used to make ppp connections over a null
|
|
modem serial cable to a UNIX box. Please review the man pages
|
|
for either the ppp or pppd applications to ensure they are configured
|
|
correctly.
|
|
|