summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 16:43:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 16:43:53 +0200
commit6aa7532505d6db002a2d2fc33ebc881d3c4e1bb7 (patch)
tree44d425c21d9e8b12004f58431532f47cf6273d99 /Config.in
parent3da99af93a2f24288aba5d8aa2879ce1b6e95dbb (diff)
disable global ipv6 configuration symbol, use flavours instead
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/Config.in b/Config.in
index c36987e00..8d88b335d 100644
--- a/Config.in
+++ b/Config.in
@@ -180,18 +180,6 @@ config ADK_RUNTIME_TIMEZONE
endmenu
menu "Package selection"
-config ADK_ENABLE_IPV6
- prompt "enable IPv6 globally"
- boolean
- default y
- # FIXME: selecting stuff here is ugly, better fix package flavours to
- # support a symbol-value-based default (i.e., "default y if IPV6")
- select ADK_PACKAGE_NFS_UTILS_WITH_TIRPC if ADK_PACKAGE_NFS_UTILS != n
- help
- This enables IPv6 support in all related applications. Basically this
- just means passing --enable-ipv6 to the configure script, but the
- exception proves the rule. ;)
-
source "package/Config.in.auto.global"
source "package/Config.in.auto"
endmenu