]> git.ipfire.org Git - people/ms/strongswan.git/blob - linux/net/Config.in.fs2_4.patch
(no commit message)
[people/ms/strongswan.git] / linux / net / Config.in.fs2_4.patch
1 --- linux/net/Config.in.orig Fri Feb 9 14:34:13 2001
2 +++ linux/net/Config.in Thu Feb 22 19:40:08 2001
3 @@ -88,4 +88,10 @@
4 #bool 'Network code profiler' CONFIG_NET_PROFILE
5 endmenu
6
7 +tristate 'IP Security Protocol (strongSwan IPsec)' CONFIG_IPSEC
8 +define_tristate CONFIG_IPSEC m
9 +if [ "$CONFIG_IPSEC" != "n" ]; then
10 + source net/ipsec/Config.in
11 +fi
12 +
13 endmenu