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
|
2008-08-04 21:07:05 +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
|
|
|
|
|
|
|
config BR2_PACKAGE_DNSMASQ_TFTP
|
|
|
|
bool "tftp support"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DNSMASQ
|
|
|
|
help
|
|
|
|
Enable TFTP support in dnsmasq.
|
|
|
|
|
2009-09-01 23:02:06 +02:00
|
|
|
config BR2_PACKAGE_DNSMASQ_DHCP
|
|
|
|
bool "dhcp support"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DNSMASQ
|
|
|
|
help
|
|
|
|
Enable DHCP server support in dnsmasq.
|
|
|
|
|
2009-11-13 16:12:09 +01:00
|
|
|
config BR2_PACKAGE_DNSMASQ_IDN
|
|
|
|
bool "IDN support (BIG!)"
|
|
|
|
depends on BR2_PACKAGE_DNSMASQ
|
2011-02-02 13:22:24 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2009-11-13 16:12:09 +01:00
|
|
|
select BR2_PACKAGE_LIBINTL
|
|
|
|
select BR2_PACKAGE_LIBIDN
|
|
|
|
help
|
|
|
|
Enable IDN support in dnsmasq.
|
|
|
|
This option is a big space taker since is pulls in many libraries.
|