disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt/staging/wigyori.git] / openwrt / package / zlib / Config.in
index 89cb1eb92a5408edc7ff1bd9c2cd3c7b7b454188..00c912a88a14adc57c78e22deb0873d73764017b 100644 (file)
@@ -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