disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt.git] / package / libpcap / Config.in
index 0c11521..4f97c3e 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBPCAP
        tristate "libpcap (a low-level packet capture library)"
-       default m
+       default m if CONFIG_DEVEL
        help
          A system-independent library for user-level network packet capture.