1config BR2_PACKAGE_LIBIDN 2 bool "libidn" 3 help 4 Libidn's purpose is to encode and decode internationalized 5 domain names. 6 7 http://www.gnu.org/software/libidn/ 8 9if BR2_PACKAGE_LIBIDN 10 11config BR2_PACKAGE_LIBIDN_BINARY 12 bool "idn binary" 13 help 14 Install idn command line tool 15 16endif 17