diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-23 20:41:57 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-23 20:41:57 +0000 |
commit | 6c804407f85c55ad062c294db6dc5edc9513a7ae (patch) | |
tree | f96815d6e55b3ebf6b3c03118764d4acb6b38e83 /openwrt/package/zlib/Config.in | |
parent | 1737b28c5ff7b6a68dc5af0d71973797c78dd627 (diff) | |
download | mtk-20170518-6c804407f85c55ad062c294db6dc5edc9513a7ae.zip mtk-20170518-6c804407f85c55ad062c294db6dc5edc9513a7ae.tar.gz mtk-20170518-6c804407f85c55ad062c294db6dc5edc9513a7ae.tar.bz2 |
zlib off by default, special targets off at the moment, because not used.
SVN-Revision: 284
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 adc43be..fef2324 100644 --- a/openwrt/package/zlib/Config.in +++ b/openwrt/package/zlib/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_ZLIB bool "zlib" - default y + default n help zlib library |