]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - Config.in
79f587afd1078810b7f1287b76f13c870c7d288e
[packages/trusty/cirros-testvm.git] / Config.in
1 config BR2_PACKAGE_NMAP
2         bool "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
8         help
9           Nmap ("Network Mapper") is a free and open source (license)
10           utility for network discovery and security auditing.
11
12           http://nmap.org
13
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)