summaryrefslogtreecommitdiffstats
path: root/package/bind
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-05 12:14:37 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-05 12:14:37 +0000
commite3bf38868ae44d46dabe630e58da144566807468 (patch)
tree3d63c65f2c0852f893d081eb1d7de9a0f17d032c /package/bind
parent1b276bb2b9770bf7ccb69ba7aebfc1a2556f3404 (diff)
downloadbuildroot-novena-e3bf38868ae44d46dabe630e58da144566807468.tar.gz
buildroot-novena-e3bf38868ae44d46dabe630e58da144566807468.zip
bind: needs ipv6 support
Diffstat (limited to 'package/bind')
-rw-r--r--package/bind/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in
index 3ef730c27..622b7e57d 100644
--- a/package/bind/Config.in
+++ b/package/bind/Config.in
@@ -3,6 +3,7 @@ comment "bind has no inherent support for AVR32"
config BR2_PACKAGE_BIND
bool "bind"
+ depends on BR2_INET_IPV6
help
BIND (Berkeley Internet Name Domain) is an implementation of
the Domain Name System (DNS) protocols and provides an openly
@@ -23,6 +24,9 @@ config BR2_PACKAGE_BIND
http://www.isc.org/sw/bind/
+comment "bind requires a toolchain with IPv6 support"
+ depends on !BR2_INET_IPV6
+
config BR2_PACKAGE_BIND_TOOLS
bool "Install tools"
depends on BR2_PACKAGE_BIND