[PATCH] CSLIP compiled as module in 2.4.[345]

Michael Guntsche (m.guntsche@epitel.at)
Fri, 1 Jun 2001 07:31:50 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_0000_01C0EA6C.EBDDE7D0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hello List,

The attached patch should fix the missing symbols in SLIP with CSLIP
support, if compiled as module. It applies cleanly against 2.4.3 but should
work with 2.4.5 too.

Regards,
Michael Guntsche

------=_NextPart_000_0000_01C0EA6C.EBDDE7D0
Content-Type: application/octet-stream;
name="slip.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="slip.patch"

--- linux-2.4.3/drivers/net/Makefile.orig Thu May 31 19:15:42 2001=0A=
+++ linux-2.4.3/drivers/net/Makefile Thu May 31 19:18:11 2001=0A=
@@ -133,12 +133,8 @@=0A=
obj-$(CONFIG_PPPOE) +=3D pppox.o pppoe.o=0A=
=0A=
obj-$(CONFIG_SLIP) +=3D slip.o=0A=
-ifeq ($(CONFIG_SLIP),y)=0A=
- obj-$(CONFIG_SLIP_COMPRESSED) +=3D slhc.o=0A=
-else=0A=
- ifeq ($(CONFIG_SLIP),m)=0A=
- obj-$(CONFIG_SLIP_COMPRESSED) +=3D slhc.o=0A=
- endif=0A=
+ifeq ($(CONFIG_SLIP_COMPRESSED),y)=0A=
+ obj-$(CONFIG_SLIP) +=3D slhc.o=0A=
endif=0A=
=0A=
obj-$(CONFIG_STRIP) +=3D strip.o=0A=

------=_NextPart_000_0000_01C0EA6C.EBDDE7D0--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/