summaryrefslogtreecommitdiff
path: root/package/dnsmasq/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2009-11-13 12:12:09 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2009-11-15 23:46:53 +0100
commit882e137608e2727f485014286bad6cdddc31a198 (patch)
tree11717876325e6adc4b8c4563371e69619d134979 /package/dnsmasq/Config.in
parent83f9881d64cd7bcd760bc935e992e95ef3136b93 (diff)
dnsmasq: bump to 2.51 and add IDN option
Closes #717 Dnsmasq 2.51 introduces IDN support, add it to the package. Newsworthy items: * Add support for internationalised DNS (IDN). * Improved upstream nameserver checks for slow nameservers. * Improved TFTP support (win/dos filenames, new tftpserver-address option for DHCP). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dnsmasq/Config.in')
-rw-r--r--package/dnsmasq/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/dnsmasq/Config.in b/package/dnsmasq/Config.in
index 073f57b3c..a8d0d9a6e 100644
--- a/package/dnsmasq/Config.in
+++ b/package/dnsmasq/Config.in
@@ -20,3 +20,11 @@ config BR2_PACKAGE_DNSMASQ_DHCP
help
Enable DHCP server support in dnsmasq.
+config BR2_PACKAGE_DNSMASQ_IDN
+ bool "IDN support (BIG!)"
+ depends on BR2_PACKAGE_DNSMASQ
+ 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.