From 882e137608e2727f485014286bad6cdddc31a198 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 13 Nov 2009 12:12:09 -0300 Subject: 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 Signed-off-by: Peter Korsgaard --- package/dnsmasq/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/dnsmasq/Config.in') 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. -- cgit v1.2.3