• 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/dnsmasq/Config.in
Thomas De SchampheleireThomas De Schampheleire committed 66bb10b7b0b13 Oct 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_DNSMASQ
2
    bool "dnsmasq"
3
    help
4
      A lightweight DNS and DHCP server.  It is intended to provide
5
      coupled DNS and DHCP service to a LAN.
6
​
7
      http://www.thekelleys.org.uk/dnsmasq/
8
​
9
if BR2_PACKAGE_DNSMASQ
10
​
11
config BR2_PACKAGE_DNSMASQ_TFTP
12
    bool "tftp support"
13
    default y
14
    help
15
      Enable TFTP support in dnsmasq.
16
​
17
config BR2_PACKAGE_DNSMASQ_DHCP
18
    bool "dhcp support"
19
    default y
20
    help
21
      Enable DHCP server support in dnsmasq.
22
​
23
config BR2_PACKAGE_DNSMASQ_IDN
24
    bool "IDN support"
25
    depends on BR2_USE_WCHAR
26
    select BR2_PACKAGE_LIBIDN
27
    select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
28
    help
29
      Enable IDN support in dnsmasq.
30
      This option is a big space taker since it pulls in many libraries.
31
​
32
config BR2_PACKAGE_DNSMASQ_LUA
33
    bool "Lua scripting support"
34
    select BR2_PACKAGE_LUA
35
    help
36
      Enable Lua scripting for dnsmasq
37
​
38
config BR2_PACKAGE_DNSMASQ_CONNTRACK
39
    bool "conntrack marking support"
40
    select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
41
    depends on BR2_LARGEFILE
42
    help
43
      Enable DNS query connection marking in netfilter.
44
​
45
comment "conntrack marking support needs a toolchain w/ largefile"
46
    depends on !BR2_LARGEFILE
47
​
48
endif
  • 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.