laforge submitted this change.

View Change

Approvals: laforge: Looks good to me, approved tnt: Looks good to me, but someone else must approve Jenkins Builder: Verified
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(-)

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 change 27264. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: dahdi-linux
Gerrit-Branch: master
Gerrit-Change-Id: Ib03074062ada7b6da485afac53b1550d31f1a5ca
Gerrit-Change-Number: 27264
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge@osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: tnt <tnt@246tNt.com>
Gerrit-CC: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged