let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / dsniff / Config.in
1 config BR2_PACKAGE_DSNIFF
2 prompt "dsniff............................ A collection of tools for betwork auditing and penetration testing"
3 tristate
4 select BR2_PACKAGE_LIBPCAP
5 select BR2_PACKAGE_LIBNIDS
6 select BR2_PACKAGE_LIBNET
7 select BR2_PACKAGE_LIBOPENSSL
8 select BR2_PACKAGE_LIBGDBM
9 default m if CONFIG_DEVEL
10 help
11 A collection of tools for network auditing and penetration testing
12
13 http://www.monkey.org/~dugsong/dsniff/
14