summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:09:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:09:09 +0200
commit9d8ce74086152a6431f92e95533a31a0cd6b2d23 (patch)
tree114dea73035cef5daa129fec4da31febf292dd66 /Config.in
parentd797df53c90b50b326fb0f39a6928e207e1cbe1d (diff)
parent4fa46b6a63a479a7a216b519c329dbfe53b0ca39 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 b96d61cfb..1adb8014f 100644
--- a/Config.in
+++ b/Config.in
@@ -186,18 +186,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