X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1ab6c154527b34eeec1dd5dd74cd73c5540c08d0..a8a5cb3d3e063e5e6d1a499c66459d2ea3da1817:/package/zlib/Config.in diff --git a/package/zlib/Config.in b/package/zlib/Config.in index fef232436..4b96d9415 100644 --- a/package/zlib/Config.in +++ b/package/zlib/Config.in @@ -1,5 +1,9 @@ config BR2_PACKAGE_ZLIB - bool "zlib" - default n + 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/ +