X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a8401ca0b807b47cb479b0343171ac7de33541d7..294c9e8c0eda5777ef9a920b2c99be1c880b69be:/openwrt/package/zlib/Config.in?ds=inline diff --git a/openwrt/package/zlib/Config.in b/openwrt/package/zlib/Config.in index adc43be45..4b96d9415 100644 --- a/openwrt/package/zlib/Config.in +++ b/openwrt/package/zlib/Config.in @@ -1,5 +1,9 @@ config BR2_PACKAGE_ZLIB - bool "zlib" - default y + prompt "zlib.............................. Library implementing the deflate compression method" + tristate + default m if CONFIG_DEVEL help - zlib library + A library implementing the 'deflate' compression method + + http://www.zlib.net/ +