mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Merger from CVS-HEAD
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add pppd.
|
||||
* Makefile.am: Add pppd.
|
||||
|
||||
2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
Adding pppd:
|
||||
* pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
|
||||
* pppd/README: New, copied over from libnetworking/pppd/example.
|
||||
* pppd/init.c: New, copied over from libnetworking/pppd/example.
|
||||
* pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
|
||||
* pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
|
||||
* pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
|
||||
* pppd/system.h: New, copied over from libnetworking/pppd/example.
|
||||
* pppd/pppd.options: New, copied over from libnetworking/pppd/example.
|
||||
* pppd/Makefile.am: New, converted to automake from Makefile-user.
|
||||
* pppd/.cvsignore: New.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
@@ -13,6 +13,7 @@ FP_TESTS = paranoia
|
||||
|
||||
## loopback tests a network loopback interface
|
||||
NET_TESTS = loopback
|
||||
NET_TESTS += pppd
|
||||
|
||||
SUBDIRS = hello ticker base_sp unlimited minimum $(MP_TESTS) \
|
||||
$(CPLUSPLUS_TESTS) $(FP_TESTS) $(NET_TESTS)
|
||||
|
||||
@@ -50,5 +50,6 @@ base_mp/Makefile
|
||||
base_mp/node1/Makefile
|
||||
base_mp/node2/Makefile
|
||||
cdtest/Makefile
|
||||
pppd/Makefile
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user