Config.in 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. config BR2_PACKAGE_BIND
  2. bool "bind"
  3. depends on BR2_LARGEFILE
  4. help
  5. BIND (Berkeley Internet Name Domain) is an implementation of
  6. the Domain Name System (DNS) protocols and provides an openly
  7. redistributable reference implementation of the major
  8. components of the Domain Name System, including:
  9. * a Domain Name System server (named)
  10. * a Domain Name System resolver library
  11. * tools for verifying the proper operation of the DNS server
  12. The BIND DNS Server is used on the vast majority of name
  13. serving machines on the Internet, providing a robust and
  14. stable architecture on top of which an organization's naming
  15. architecture can be built. The resolver library included in
  16. the BIND distribution provides the standard APIs for
  17. translation between domain names and Internet addresses and is
  18. intended to be linked with applications requiring name service.
  19. http://www.isc.org/sw/bind/
  20. config BR2_PACKAGE_BIND_TOOLS
  21. bool "Install tools"
  22. depends on BR2_PACKAGE_BIND
  23. help
  24. Install tools (host, nslookup, dig, nsupdate)
  25. comment "bind requires a toolchain with LARGEFILE support"
  26. depends on !BR2_LARGEFILE