diff options
Diffstat (limited to 'openwrt/package/zlib/Config.in')
-rw-r--r-- | openwrt/package/zlib/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/zlib/Config.in b/openwrt/package/zlib/Config.in index 89cb1eb92a..00c912a88a 100644 --- a/openwrt/package/zlib/Config.in +++ b/openwrt/package/zlib/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_ZLIB tristate "zlib" - default y + default m if CONFIG_DEVEL help A library implementing the 'deflate' compression method |