diff --git a/sys/conf/NOTES b/sys/conf/NOTES index dcc9eb49d4d..50a11434cb0 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -436,6 +436,7 @@ options NETGRAPH_CISCO options NETGRAPH_ECHO options NETGRAPH_EIFACE options NETGRAPH_ETHER +options NETGRAPH_FEC options NETGRAPH_FRAME_RELAY options NETGRAPH_GIF options NETGRAPH_GIF_DEMUX diff --git a/sys/conf/files b/sys/conf/files index 1f42cb75f23..3161f1a9cba 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1415,6 +1415,7 @@ netgraph/ng_device.c optional netgraph_device netgraph/ng_echo.c optional netgraph_echo netgraph/ng_eiface.c optional netgraph_eiface netgraph/ng_ether.c optional netgraph_ether +netgraph/ng_fec.c optional netgraph_fec netgraph/ng_frame_relay.c optional netgraph_frame_relay netgraph/ng_gif.c optional netgraph_gif netgraph/ng_gif_demux.c optional netgraph_gif_demux diff --git a/sys/conf/options b/sys/conf/options index 75faf370df7..7cd89185173 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -380,6 +380,7 @@ NETGRAPH_CISCO opt_netgraph.h NETGRAPH_ECHO opt_netgraph.h NETGRAPH_EIFACE opt_netgraph.h NETGRAPH_ETHER opt_netgraph.h +NETGRAPH_FEC opt_netgraph.h NETGRAPH_FRAME_RELAY opt_netgraph.h NETGRAPH_GIF opt_netgraph.h NETGRAPH_GIF_DEMUX opt_netgraph.h