mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
16
package/libidn/Config.in
Normal file
16
package/libidn/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_LIBIDN
|
||||
bool "libidn"
|
||||
help
|
||||
Libidn's purpose is to encode and decode internationalized
|
||||
domain names.
|
||||
|
||||
http://www.gnu.org/software/libidn/
|
||||
|
||||
if BR2_PACKAGE_LIBIDN
|
||||
|
||||
config BR2_PACKAGE_LIBIDN_BINARY
|
||||
bool "idn binary"
|
||||
help
|
||||
Install idn command line tool
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user