diff options
Diffstat (limited to 'openwrt/package/zlib/Config.in')
-rw-r--r-- | openwrt/package/zlib/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/zlib/Config.in b/openwrt/package/zlib/Config.in index a90fae8c4b..4b96d94153 100644 --- a/openwrt/package/zlib/Config.in +++ b/openwrt/package/zlib/Config.in @@ -1,7 +1,9 @@ config BR2_PACKAGE_ZLIB - tristate "zlib - Library implementing the deflate compression method" + prompt "zlib.............................. Library implementing the deflate compression method" + tristate default m if CONFIG_DEVEL help A library implementing the 'deflate' compression method http://www.zlib.net/ + |