Updated PPP stuff of userland netstack tester.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6278 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -40,6 +40,9 @@ Depends userland_network_modules :
|
|||||||
<userland>ppp
|
<userland>ppp
|
||||||
|
|
||||||
# ppp modules
|
# ppp modules
|
||||||
|
<userland>ipcp
|
||||||
|
<userland>modem
|
||||||
|
<userland>pap
|
||||||
<userland>pppoe
|
<userland>pppoe
|
||||||
|
|
||||||
# protocols modules
|
# protocols modules
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ StaticLibrary <userland>kernelppp :
|
|||||||
KPPPLCP.cpp
|
KPPPLCP.cpp
|
||||||
KPPPLCPExtension.cpp
|
KPPPLCPExtension.cpp
|
||||||
KPPPOptionHandler.cpp
|
KPPPOptionHandler.cpp
|
||||||
|
KPPPProfile.cpp
|
||||||
KPPPProtocol.cpp
|
KPPPProtocol.cpp
|
||||||
KPPPReportManager.cpp
|
KPPPReportManager.cpp
|
||||||
KPPPStateMachine.cpp
|
KPPPStateMachine.cpp
|
||||||
@@ -24,4 +25,11 @@ StaticLibrary <userland>kernelppp :
|
|||||||
_KPPPMRUHandler.cpp
|
_KPPPMRUHandler.cpp
|
||||||
_KPPPAuthenticationHandler.cpp
|
_KPPPAuthenticationHandler.cpp
|
||||||
_KPPPPFCHandler.cpp
|
_KPPPPFCHandler.cpp
|
||||||
|
|
||||||
|
# for driver_settings
|
||||||
|
driver_settings.c
|
||||||
|
_libppputils.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
|
SEARCH on [ FGristFiles _libppputils.cpp ] = [ FDirName $(OBOS_TOP) src add-ons kernel network ppp shared libppp ] ;
|
||||||
|
SEARCH on [ FGristFiles driver_settings.c ] = [ FDirName $(OBOS_TOP) src kernel libroot os ] ;
|
||||||
|
|||||||
Reference in New Issue
Block a user