disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt.git] / openwrt / package / tcpdump / Config.in
index 798101a..9648e89 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_TCPDUMP
        select BR2_PACKAGE_LIBPCAP
        tristate "tcpdump"
-       default m
+       default m if CONFIG_DEVEL
        help
          A tool for network monitoring and data acquisition.