From: Waldemar Brodkorb Date: Wed, 23 Feb 2005 20:41:57 +0000 (+0000) Subject: zlib off by default, special targets off at the moment, because not used. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ccc0ee3b07f737959bda1a5b4bbe08cc8661e64b;p=15.05%2Fopenwrt.git zlib off by default, special targets off at the moment, because not used. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@284 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/zlib/Config.in b/openwrt/package/zlib/Config.in index adc43be45d..fef2324360 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 diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index dc9224ff9a..0fe83857c9 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -7,4 +7,3 @@ choice source "target/squashfs-lzma/Config.in" endchoice -source "target/device/Config.in"