X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=linux%2Fpatch-1.3;fp=linux%2Fpatch-1.3;h=74d74375c41b0cb459c71684129ae2827440763c;hb=0f61ac5460e89dd768f1fb56fbdd8fa6f8af79f1;hp=0000000000000000000000000000000000000000;hpb=2874cacceefc32c0371e0670af1604a99554161a;p=ppp.git diff --git a/linux/patch-1.3 b/linux/patch-1.3 new file mode 100644 index 0000000..74d7437 --- /dev/null +++ b/linux/patch-1.3 @@ -0,0 +1,23 @@ +This file is used by the 'make kernel' function. It will apply the patch +to the drivers/net/Makefile to install the bsd_comp.c file into the list +of files needed to build the kernel. + +This file is for the 1.3 kernel. + +--- linux-1.3.32.ORIG/drivers/net/Makefile Fri Sep 8 23:37:24 1995 ++++ linux-1.3.32/drivers/net/Makefile Sun Sep 24 19:41:35 1995 +@@ -137,10 +137,14 @@ + CONFIG_SLHC_MODULE = y + M_OBJS += ppp.o + endif + endif + ++ifneq ($(CONFIG_PPP),n) ++ M_OBJS += bsd_comp.o ++endif ++ + ifeq ($(CONFIG_SLIP),y) + L_OBJS += slip.o + CONFIG_SLHC_BUILTIN = y + else + ifeq ($(CONFIG_SLIP),m)