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