laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/dahdi-linux/+/27264 )
Change subject: enable PPP and DAHDI_MIRROR by default. ...................................................................... enable PPP and DAHDI_MIRROR by default. There's not really any reason to disable those, from what I can tell. Change-Id: Ib03074062ada7b6da485afac53b1550d31f1a5ca --- M include/dahdi/dahdi_config.h 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/dahdi-linux refs/changes/64/27264/1 diff --git a/include/dahdi/dahdi_config.h b/include/dahdi/dahdi_config.h index 0a8f5a9..c441b62 100644 --- a/include/dahdi/dahdi_config.h +++ b/include/dahdi/dahdi_config.h @@ -80,6 +80,7 @@ * support. */ #define CONFIG_DAHDI_NET +#define CONFIG_DAHDI_PPP /* * Uncomment for Generic PPP support (i.e. DAHDIRAS) @@ -187,7 +188,7 @@ /* * Creates an interface for mirroring the raw channel data out to a pseudo-chan */ -/* #define CONFIG_DAHDI_MIRROR */ +#define CONFIG_DAHDI_MIRROR /* * Adds support for conference links. There are some non-Asterisk users of this -- To view, visit https://gerrit.osmocom.org/c/dahdi-linux/+/27264 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: dahdi-linux Gerrit-Branch: master Gerrit-Change-Id: Ib03074062ada7b6da485afac53b1550d31f1a5ca Gerrit-Change-Number: 27264 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <[email protected]> Gerrit-MessageType: newchange
