let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / tcpdump / Config.in
1 config BR2_PACKAGE_TCPDUMP
2 prompt "tcpdump........................... Network monitoring and data acquisition tool"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBPCAP
6 help
7 A tool for network monitoring and data acquisition.
8
9 http://www.tcpdump.org/
10