Config.in 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. comment "bind has no inherent support for AVR32"
  2. depends on BR2_avr32 && BR2_PACKAGE_BIND
  3. config BR2_PACKAGE_BIND
  4. bool "bind"
  5. depends on BR2_LARGEFILE
  6. help
  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:
  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. The BIND DNS Server is used on the vast majority of name
  15. serving machines on the Internet, providing a robust and
  16. stable architecture on top of which an organization's naming
  17. architecture can be built. The resolver library included in
  18. the BIND distribution provides the standard APIs for
  19. translation between domain names and Internet addresses and is
  20. intended to be linked with applications requiring name service.
  21. http://www.isc.org/sw/bind/
  22. config BR2_PACKAGE_BIND_TOOLS
  23. bool "Install tools"
  24. depends on BR2_PACKAGE_BIND
  25. help
  26. Install tools (host, nslookup, dig, nsupdate)
  27. comment "bind requires a toolchain with LARGEFILE support"
  28. depends on !BR2_LARGEFILE