1config BR2_PACKAGE_LUA_ICONV
2	bool "lua-iconv"
3	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
4	help
5	  Lua binding to the POSIX 'iconv' library
6
7	  http://ittner.github.io/lua-iconv/
8