• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/bind/Config.in
Adam DuskettAdam Duskett committed 4db9bbb475d05 May 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_BIND
2
    bool "bind"
3
    depends on BR2_USE_MMU # fork()
4
    depends on BR2_TOOLCHAIN_HAS_THREADS
5
    depends on !BR2_STATIC_LIBS
6
    help
7
      BIND (Berkeley Internet Name Domain) is an
8
      implementation of the Domain Name System (DNS) protocols
9
      and provides an openly redistributable reference
10
      implementation of the major components of the Domain
11
      Name System, including:
12
​
13
        * a Domain Name System server (named)
14
        * a Domain Name System resolver library
15
        * tools for verifying the proper operation of the DNS
16
          server
17
​
18
      The BIND DNS Server is used on the vast majority of name
19
      serving machines on the Internet, providing a robust and
20
      stable architecture on top of which an organization's naming
21
      architecture can be built. The resolver library included in
22
      the BIND distribution provides the standard APIs for
23
      translation between domain names and Internet addresses and is
24
      intended to be linked with applications requiring name
25
      service.
26
​
27
      http://www.isc.org/sw/bind/
28
​
29
if BR2_PACKAGE_BIND
30
​
31
config BR2_PACKAGE_BIND_SERVER
32
    bool "Install server components"
33
    default y
34
    help
35
      Install server components (named, lwresd)
36
​
37
config BR2_PACKAGE_BIND_TOOLS
38
    bool "Install tools"
39
    help
40
      Install tools (dig, host, nslookup, nsupdate)
41
​
42
endif
43
​
44
comment "bind needs a toolchain w/ threads, dynamic library"
45
    depends on BR2_USE_MMU
46
    depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.