diff --git a/openwrt/package/zlib/Config.in b/openwrt/package/zlib/Config.in index adc43be45de4b581182ad38489c31838828df9a3..fef23243608a1f2987c98b3a4f90663e2a4b1210 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 dc9224ff9a1eaf720d1f1dfe6d67b957ed3c56df..0fe83857c9e49d1b8cc63dbb4be23fa6817df30b 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"