let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / libiconv / Config.in
1 config BR2_PACKAGE_LIBICONV
2 prompt "libiconv.......................... character set conversion library"
3 tristate
4 default m if CONFIG_DEVEL
5 help
6
7 This package contains a _very_ stripped down version of GNU Libiconv,
8 all charsets have been removed, except ASCII, various unicode charsets
9 and iso8896-1.
10
11 The original website:
12 http://www.gnu.org/software/libiconv/
13