2013-02-25 05:39:51 +01:00
|
|
|
config BR2_PACKAGE_NMAP
|
|
|
|
bool "nmap"
|
|
|
|
depends on BR2_INET_IPV6
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
select BR2_PACKAGE_LIBPCAP
|
|
|
|
select BR2_PACKAGE_PCRE
|
|
|
|
help
|
|
|
|
Nmap ("Network Mapper") is a free and open source (license)
|
|
|
|
utility for network discovery and security auditing.
|
|
|
|
|
|
|
|
http://nmap.org
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "nmap needs a toolchain w/ C++, IPv6, threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-02-25 05:39:51 +01:00
|
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_TOOLCHAIN_HAS_THREADS)
|