1 config BR2_PACKAGE_BIND
3 depends on BR2_USE_MMU # fork()
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on !BR2_STATIC_LIBS
7 BIND (Berkeley Internet Name Domain) is an implementation of
8 the Domain Name System (DNS) protocols and provides an openly
9 redistributable reference implementation of the major
10 components of the Domain Name System, including:
12 * a Domain Name System server (named)
13 * a Domain Name System resolver library
14 * tools for verifying the proper operation of the DNS server
16 The BIND DNS Server is used on the vast majority of name
17 serving machines on the Internet, providing a robust and
18 stable architecture on top of which an organization's naming
19 architecture can be built. The resolver library included in
20 the BIND distribution provides the standard APIs for
21 translation between domain names and Internet addresses and is
22 intended to be linked with applications requiring name service.
24 http://www.isc.org/sw/bind/
28 config BR2_PACKAGE_BIND_SERVER
29 bool "Install server components"
32 Install server components (named, lwresd)
34 config BR2_PACKAGE_BIND_TOOLS
37 Install tools (dig, host, nslookup, nsupdate)
41 comment "bind needs a toolchain w/ threads, dynamic library"
42 depends on BR2_USE_MMU
43 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS