Make the netgraph ATM node compilable into the kernel.
This commit is contained in:
parent
cfca62bfac
commit
02152e8f90
@ -443,6 +443,9 @@ options NETGRAPH_TTY
|
||||
options NETGRAPH_UI
|
||||
options NETGRAPH_VJC
|
||||
|
||||
# NgATM - Netgraph ATM
|
||||
options NGATM_ATM
|
||||
|
||||
device mn # Munich32x/Falc54 Nx64kbit/sec cards.
|
||||
device lmc # tulip based LanMedia WAN cards
|
||||
device musycc # LMC/SBE LMC1504 quad T1/E1
|
||||
|
@ -1314,6 +1314,7 @@ netatm/uni/unisig_sigmgr_state.c optional atm_uni atm_core
|
||||
netatm/uni/unisig_subr.c optional atm_uni atm_core
|
||||
netatm/uni/unisig_util.c optional atm_uni atm_core
|
||||
netatm/uni/unisig_vc_state.c optional atm_uni atm_core
|
||||
netgraph/atm/ng_atm.c optional ngatm_atm
|
||||
netgraph/ng_UI.c optional netgraph_UI
|
||||
netgraph/ng_async.c optional netgraph_async
|
||||
netgraph/ng_base.c optional netgraph
|
||||
|
@ -394,6 +394,9 @@ NETGRAPH_TTY opt_netgraph.h
|
||||
NETGRAPH_UI opt_netgraph.h
|
||||
NETGRAPH_VJC opt_netgraph.h
|
||||
|
||||
# NgATM options
|
||||
NGATM_ATM opt_netgraph.h
|
||||
|
||||
# DRM options
|
||||
DRM_DEBUG opt_drm.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user