The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / nmap / 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)