]> git.ozlabs.org Git - ppp.git/blob - linux/patch-1.3
added packet filtering; malloc VJ state
[ppp.git] / linux / patch-1.3
1 This file is used by the 'make kernel' function. It will apply the patch
2 to the drivers/net/Makefile to install the bsd_comp.c file into the list
3 of files needed to build the kernel.
4
5 This file is for the 1.3 kernel.
6
7 --- linux-1.3.32.ORIG/drivers/net/Makefile      Fri Sep  8 23:37:24 1995
8 +++ linux-1.3.32/drivers/net/Makefile   Sun Sep 24 19:41:35 1995
9 @@ -137,10 +137,14 @@
10    CONFIG_SLHC_MODULE = y
11    M_OBJS += ppp.o
12    endif
13  endif
14  
15 +ifneq ($(CONFIG_PPP),n)
16 +  M_OBJS += bsd_comp.o
17 +endif
18 +
19  ifeq ($(CONFIG_SLIP),y)
20  L_OBJS += slip.o
21  CONFIG_SLHC_BUILTIN = y
22  else
23    ifeq ($(CONFIG_SLIP),m)