blob: 793fbc3d248e2b3eb3470490716b35b3bc88cc74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config BR2_PACKAGE_LIBIDN
bool "libidn"
help
Libidn's purpose is to encode and decode internationalized
domain names.
http://www.gnu.org/software/libidn/
config BR2_PACKAGE_LIBIDN_BINARY
bool "idn binary"
depends on BR2_PACKAGE_LIBIDN
help
Install idn command line tool
|