d7588845914edff5ae5be97c2b34457c592a1568
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bind / Config.in
1 config BR2_PACKAGE_BIND
2         bool "bind"
3         depends on BR2_USE_MMU # fork()
4         depends on !BR2_STATIC_LIBS
5         help
6           BIND (Berkeley Internet Name Domain) is an implementation of
7           the Domain Name System (DNS) protocols and provides an openly
8           redistributable reference implementation of the major
9           components of the Domain Name System, including:
10
11             * a Domain Name System server (named)
12             * a Domain Name System resolver library
13             * tools for verifying the proper operation of the DNS server
14
15           The BIND DNS Server is used on the vast majority of name
16           serving machines on the Internet, providing a robust and
17           stable architecture on top of which an organization's naming
18           architecture can be built. The resolver library included in
19           the BIND distribution provides the standard APIs for
20           translation between domain names and Internet addresses and is
21           intended to be linked with applications requiring name service.
22
23           http://www.isc.org/sw/bind/
24
25 if BR2_PACKAGE_BIND
26
27 config BR2_PACKAGE_BIND_SERVER
28         bool "Install server components"
29         default y
30         help
31           Install server components (named, lwresd)
32
33 config BR2_PACKAGE_BIND_TOOLS
34         bool "Install tools"
35         help
36           Install tools (dig, host, nslookup, nsupdate)
37
38 endif
39
40 comment "bind needs a toolchain w/ dynamic library"
41         depends on BR2_USE_MMU
42         depends on BR2_STATIC_LIBS