config BR2_PACKAGE_DNSMASQ
A lightweight DNS and DHCP server. It is intended to provide
coupled DNS and DHCP service to a LAN.
http://www.thekelleys.org.uk/dnsmasq/doc.html
config BR2_PACKAGE_DNSMASQ_TFTP
Enable TFTP support in dnsmasq.
config BR2_PACKAGE_DNSMASQ_DHCP
Enable DHCP server support in dnsmasq.
config BR2_PACKAGE_DNSMASQ_DNSSEC
select BR2_PACKAGE_NETTLE
Enable DNSSEC validation and caching support.
config BR2_PACKAGE_DNSMASQ_IDN
select BR2_PACKAGE_LIBIDN
Enable IDN support in dnsmasq.
This option is a big space taker since it pulls in many
config BR2_PACKAGE_DNSMASQ_LUA
bool "Lua scripting support"
depends on BR2_PACKAGE_LUA
Enable Lua scripting for dnsmasq
config BR2_PACKAGE_DNSMASQ_CONNTRACK
bool "conntrack marking support"
select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
Enable DNS query connection marking in netfilter.