mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
bind: needs ipv6 support
This commit is contained in:
parent
1b276bb2b9
commit
e3bf38868a
@ -3,6 +3,7 @@ comment "bind has no inherent support for AVR32"
|
|||||||
|
|
||||||
config BR2_PACKAGE_BIND
|
config BR2_PACKAGE_BIND
|
||||||
bool "bind"
|
bool "bind"
|
||||||
|
depends on BR2_INET_IPV6
|
||||||
help
|
help
|
||||||
BIND (Berkeley Internet Name Domain) is an implementation of
|
BIND (Berkeley Internet Name Domain) is an implementation of
|
||||||
the Domain Name System (DNS) protocols and provides an openly
|
the Domain Name System (DNS) protocols and provides an openly
|
||||||
@ -23,6 +24,9 @@ config BR2_PACKAGE_BIND
|
|||||||
|
|
||||||
http://www.isc.org/sw/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
|
config BR2_PACKAGE_BIND_TOOLS
|
||||||
bool "Install tools"
|
bool "Install tools"
|
||||||
depends on BR2_PACKAGE_BIND
|
depends on BR2_PACKAGE_BIND
|
||||||
|
Loading…
x
Reference in New Issue
Block a user