diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-15 10:13:53 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-15 10:13:53 +0000 |
commit | 71c297122051a618192349f4bb0247e47c5a2335 (patch) | |
tree | c5a952a8885e4f3fcb8bd7f34069974e468b15be /openwrt/package/libiconv/Config.in | |
parent | 9d35b5c49f479f6d66ab5374bd939a5bd930c940 (diff) |
add bitlbee and libiconv from Erik Bosman, thx. fix some depends for cbtt and bitchx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libiconv/Config.in')
-rw-r--r-- | openwrt/package/libiconv/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/libiconv/Config.in b/openwrt/package/libiconv/Config.in new file mode 100644 index 000000000..a3247c911 --- /dev/null +++ b/openwrt/package/libiconv/Config.in @@ -0,0 +1,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/ + |