projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b276bb
)
bind: needs ipv6 support
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 5 Mar 2009 12:14:37 +0000
(12:14 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 5 Mar 2009 12:14:37 +0000
(12:14 -0000)
package/bind/Config.in
patch
|
blob
|
history
diff --git
a/package/bind/Config.in
b/package/bind/Config.in
index 3ef730c279c685241ac4411dcf86fe4b9ff45bbf..622b7e57d5fa26f1998e5ce568e929bf19adaef5 100644
(file)
--- 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