patch-2.1.8 linux/net/Config.in

Next file: linux/net/Makefile
Previous file: linux/kernel/sysctl.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.7/linux/net/Config.in linux/net/Config.in
@@ -8,7 +8,12 @@
 bool 'TCP/IP networking' CONFIG_INET
 if [ "$CONFIG_INET" = "y" ]; then
   source net/ipv4/Config.in
+
+  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+    tristate 'The IPv6 protocol' CONFIG_IPV6
+  fi
 fi
+
 comment ' '
 tristate 'The IPX protocol' CONFIG_IPX
 if [ "$CONFIG_IPX" != "n" ]; then

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov