buildrootschalter/package/bind/Config.in

36 lines
1.2 KiB
Plaintext
Raw Normal View History

comment "bind has no inherent support for AVR32"
depends on BR2_avr32 && BR2_PACKAGE_BIND
2006-01-25 21:56:55 +01:00
config BR2_PACKAGE_BIND
bool "bind"
2009-03-05 13:14:37 +01:00
depends on BR2_INET_IPV6
2006-01-25 21:56:55 +01:00
help
BIND (Berkeley Internet Name Domain) is an implementation of
the Domain Name System (DNS) protocols and provides an openly
redistributable reference implementation of the major
components of the Domain Name System, including:
* a Domain Name System server (named)
* a Domain Name System resolver library
* tools for verifying the proper operation of the DNS server
2006-01-25 21:56:55 +01:00
The BIND DNS Server is used on the vast majority of name
serving machines on the Internet, providing a robust and
stable architecture on top of which an organization's naming
architecture can be built. The resolver library included in
the BIND distribution provides the standard APIs for
translation between domain names and Internet addresses and is
intended to be linked with applications requiring name service.
2006-01-25 21:56:55 +01:00
http://www.isc.org/sw/bind/
2009-03-05 13:14:37 +01:00
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
help
Install tools (host, nslookup, dig, nsupdate)