[svn-commits] sruffell: linux/trunk r9392 - /linux/trunk/include/dahdi/dahdi_config.h
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Sep 21 11:16:05 CDT 2010
Author: sruffell
Date: Tue Sep 21 11:16:00 2010
New Revision: 9392
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9392
Log:
dahdi: Make CONFIG_DAHDI_PPP off by default.
Before CONFIG_DAHDI_PPP can be on by default, some more work needs to be
done to ensure that the ppp_generic module is not always loaded and
that all channels do not carry around all the PPP members unnecessarily.
(issue #17990)
Signed-off-by: Shaun Ruffell <sruffell at digium.com>
Acked-by: Kevin P. Fleming <kpfleming at digium.com>
Modified:
linux/trunk/include/dahdi/dahdi_config.h
Modified: linux/trunk/include/dahdi/dahdi_config.h
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/include/dahdi/dahdi_config.h?view=diff&rev=9392&r1=9391&r2=9392
==============================================================================
--- linux/trunk/include/dahdi/dahdi_config.h (original)
+++ linux/trunk/include/dahdi/dahdi_config.h Tue Sep 21 11:16:00 2010
@@ -75,10 +75,6 @@
#endif
#endif
-#if defined(CONFIG_PPP) || defined(CONFIG_PPP_MODULE)
-#define CONFIG_DAHDI_PPP
-#endif
-
/*
* Uncomment CONFIG_DAHDI_NET to enable SyncPPP, CiscoHDLC, and Frame Relay
* support.
@@ -95,7 +91,11 @@
/*
* Uncomment for Generic PPP support (i.e. ZapRAS)
*/
+
+#if defined(CONFIG_PPP) || defined(CONFIG_PPP_MODULE)
/* #define CONFIG_DAHDI_PPP */
+#endif
+
/*
* Uncomment to enable "watchdog" to monitor if interfaces
* stop taking interrupts or otherwise misbehave
More information about the svn-commits
mailing list