summaryrefslogtreecommitdiffstats
path: root/net/Config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-09-19 19:15:08 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-09-19 19:15:08 +0000
commit03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch)
tree88db8dba75ae06ba3bad08e42c5e52efc162535c /net/Config.in
parent257730f99381dd26e10b832fce4c94cae7ac1176 (diff)
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'net/Config.in')
-rw-r--r--net/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Config.in b/net/Config.in
index f1ed3f79d..b64570308 100644
--- a/net/Config.in
+++ b/net/Config.in
@@ -17,7 +17,9 @@ 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 (EXPERIMENTAL)' CONFIG_IPV6
+# Sorry, but IPv6 as module is still invalid.
+# tristate 'The IPv6 protocol (EXPERIMENTAL)' CONFIG_IPV6
+ bool 'The IPv6 protocol (EXPERIMENTAL)' CONFIG_IPV6
if [ "$CONFIG_IPV6" != "n" ]; then
source net/ipv6/Config.in
fi