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
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.
8 + tristate "PPP MPPE compression (encryption)"
11 + Support for the MPPE Encryption protocol.
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
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