Don't close pty_slave and real_ttyfd in connect_tty if an error
[mpls-ppp.git] / linux / mppe / linux-2.6.2-make.patch
blob5b32824e87958076962e2e48a02c8716d3bdef24
1 --- linux-2.6.2/drivers/net/Kconfig 2003-09-27 20:50:52.000000000 -0400
2 +++ linux-2.6.2/drivers/net/Kconfig 2003-10-08 19:06:10.000000000 -0400
3 @@ -2310,6 +2310,12 @@
4 module; it is called bsd_comp and will show up in the directory
5 modules once you have said "make modules". If unsure, say N.
7 +config PPP_MPPE
8 + tristate "PPP MPPE compression (encryption)"
9 + depends on PPP
10 + ---help---
11 + Support for the MPPE Encryption protocol.
13 config PPPOE
14 tristate "PPP over Ethernet (EXPERIMENTAL)"
15 depends on EXPERIMENTAL && PPP
16 --- linux-2.6.2/drivers/net/Makefile 2003-09-27 20:50:14.000000000 -0400
17 +++ linux-2.6.2/drivers/net/Makefile 2003-10-08 19:00:42.000000000 -0400
18 @@ -101,6 +101,8 @@
19 obj-$(CONFIG_PPP_SYNC_TTY) += ppp_synctty.o
20 obj-$(CONFIG_PPP_DEFLATE) += ppp_deflate.o
21 obj-$(CONFIG_PPP_BSDCOMP) += bsd_comp.o
22 +obj-$(CONFIG_PPP_MPPE) += ppp_mppe.o
23 +ppp_mppe-objs := ppp_mppe_compress.o sha1.o arcfour.o
24 obj-$(CONFIG_PPPOE) += pppox.o pppoe.o
26 obj-$(CONFIG_SLIP) += slip.o