1 config BR2_PACKAGE_NMAP
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_USE_MMU # fork()
5 depends on BR2_TOOLCHAIN_HAS_THREADS
6 select BR2_PACKAGE_LIBPCAP
7 select BR2_PACKAGE_PCRE
9 Nmap ("Network Mapper") is a free and open source (license)
10 utility for network discovery and security auditing.
14 comment "nmap needs a toolchain w/ C++, threads"
15 depends on BR2_USE_MMU
16 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)