2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_DNSMASQ
|
2004-10-14 22:33:45 +02:00
|
|
|
bool "dnsmasq"
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2015-04-23 00:14:34 +02:00
|
|
|
A lightweight DNS and DHCP server. It is intended to provide
|
2004-10-14 22:33:45 +02:00
|
|
|
coupled DNS and DHCP service to a LAN.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-10-14 22:33:45 +02:00
|
|
|
http://www.thekelleys.org.uk/dnsmasq/
|
2008-03-02 15:36:40 +01:00
|
|
|
|
2012-03-13 14:20:15 +01:00
|
|
|
if BR2_PACKAGE_DNSMASQ
|
|
|
|
|
2008-03-02 15:36:40 +01:00
|
|
|
config BR2_PACKAGE_DNSMASQ_TFTP
|
|
|
|
bool "tftp support"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Enable TFTP support in dnsmasq.
|
|
|
|
|
2009-09-01 23:02:06 +02:00
|
|
|
config BR2_PACKAGE_DNSMASQ_DHCP
|
|
|
|
bool "dhcp support"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Enable DHCP server support in dnsmasq.
|
|
|
|
|
2014-04-11 19:46:33 +02:00
|
|
|
config BR2_PACKAGE_DNSMASQ_DNSSEC
|
|
|
|
bool "DNSSEC support"
|
|
|
|
select BR2_PACKAGE_GMP
|
|
|
|
select BR2_PACKAGE_NETTLE
|
|
|
|
help
|
|
|
|
Enable DNSSEC validation and caching support.
|
|
|
|
|
2009-11-13 16:12:09 +01:00
|
|
|
config BR2_PACKAGE_DNSMASQ_IDN
|
2012-05-04 05:16:47 +02:00
|
|
|
bool "IDN support"
|
2011-02-02 13:22:24 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2009-11-13 16:12:09 +01:00
|
|
|
select BR2_PACKAGE_LIBIDN
|
2012-05-04 05:16:47 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2009-11-13 16:12:09 +01:00
|
|
|
help
|
|
|
|
Enable IDN support in dnsmasq.
|
2012-05-04 05:16:47 +02:00
|
|
|
This option is a big space taker since it pulls in many libraries.
|
2012-03-13 14:20:15 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DNSMASQ_LUA
|
|
|
|
bool "Lua scripting support"
|
2015-12-17 23:40:24 +01:00
|
|
|
depends on BR2_PACKAGE_LUA
|
2012-03-13 14:20:15 +01:00
|
|
|
help
|
2013-09-06 23:36:18 +02:00
|
|
|
Enable Lua scripting for dnsmasq
|
2012-03-13 14:20:15 +01:00
|
|
|
|
2012-05-04 05:16:47 +02:00
|
|
|
config BR2_PACKAGE_DNSMASQ_CONNTRACK
|
|
|
|
bool "conntrack marking support"
|
|
|
|
select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
|
|
|
|
help
|
|
|
|
Enable DNS query connection marking in netfilter.
|
|
|
|
|
2012-03-13 14:20:15 +01:00
|
|
|
endif
|