hc
2024-03-22 f63cd4c03ea42695d5f9b0e1798edd196923aae6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_LIBIDN2
   bool "libidn2"
   help
     Libidn2 is an implementation of the IDNA2008 + TR46
     specifications (RFC 5890, RFC 5891, RFC 5892, RFC 5893,
     TR 46).
 
     http://www.gnu.org/software/libidn/
 
if BR2_PACKAGE_LIBIDN2
 
config BR2_PACKAGE_LIBIDN2_BINARY
   bool "idn2 binary"
   help
     Install idn2 command line tool
 
endif