A lot of people use MPPE and I'm not aware of too many complaints with this. Remove it's EXPERIMENTAL status.
Signed-off-by: Chris Wedgwood <[EMAIL PROTECTED]> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index aa633fa..2c56a95 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2579,8 +2579,8 @@ config PPP_BSDCOMP modules once you have said "make modules". If unsure, say N. config PPP_MPPE - tristate "PPP MPPE compression (encryption) (EXPERIMENTAL)" - depends on PPP && EXPERIMENTAL + tristate "PPP MPPE compression (encryption)" + depends on PPP select CRYPTO select CRYPTO_SHA1 select CRYPTO_ARC4 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html