disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt/svn-archive/archive.git] / openwrt / package / tcpdump / Config.in
index 798101af6735d3d974daa20b55fdf3822fdeaa95..9648e890ca0731a575a392aefcb261944bced309 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.