diff options
Diffstat (limited to 'linux/net/Makefile.fs2_4.patch')
-rw-r--r-- | linux/net/Makefile.fs2_4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/net/Makefile.fs2_4.patch b/linux/net/Makefile.fs2_4.patch new file mode 100644 index 000000000..0d2c82a59 --- /dev/null +++ b/linux/net/Makefile.fs2_4.patch @@ -0,0 +1,11 @@ +RCSID $Id: Makefile.fs2_4.patch,v 1.1 2004/03/15 20:35:26 as Exp $ +--- linux/net/Makefile.preipsec Mon Jun 11 22:15:27 2001 ++++ linux/net/Makefile Tue Nov 6 21:07:43 2001 +@@ -17,6 +17,7 @@ + subdir-$(CONFIG_NET) += 802 sched + subdir-$(CONFIG_INET) += ipv4 + subdir-$(CONFIG_NETFILTER) += ipv4/netfilter ++subdir-$(CONFIG_IPSEC) += ipsec + subdir-$(CONFIG_UNIX) += unix + subdir-$(CONFIG_IPV6) += ipv6 + |