X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f970fc8a7e1f6471a42e6b32ee558f48bfddc1b2..fe3d4764ac50ff6d4fb1f121b6c498b1435090fa:/openwrt/package/zlib/Config.in diff --git a/openwrt/package/zlib/Config.in b/openwrt/package/zlib/Config.in index fef232436..a90fae8c4 100644 --- a/openwrt/package/zlib/Config.in +++ b/openwrt/package/zlib/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_ZLIB - bool "zlib" - default n + tristate "zlib - Library implementing the deflate compression method" + default m if CONFIG_DEVEL help - zlib library + A library implementing the 'deflate' compression method + + http://www.zlib.net/