summaryrefslogtreecommitdiffstats
path: root/openwrt/package/libiconv/Config.in
blob: a3247c9112ef0037437980cc1d7601ebb9ea8736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config BR2_PACKAGE_LIBICONV
	prompt "libiconv.......................... character set conversion library"
	tristate
	default m if CONFIG_DEVEL
	help

	  This package contains a _very_ stripped down version of GNU Libiconv,
	  all charsets have been removed, except ASCII, various unicode charsets
	  and iso8896-1.
	  
	  The original website:
	  http://www.gnu.org/software/libiconv/