disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt/svn-archive/archive.git] / openwrt / package / tcpdump / Config.in
1 config BR2_PACKAGE_TCPDUMP
2 select BR2_PACKAGE_LIBPCAP
3 tristate "tcpdump"
4 default m if CONFIG_DEVEL
5 help
6 A tool for network monitoring and data acquisition.
7
8 http://www.tcpdump.org/
9