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
- Lines: 13
- Date:
Sun Nov 3 11:04:43 1996
- Orig file:
v2.1.7/linux/net/Config.in
- Orig date:
Mon Jul 8 10:21:46 1996
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