mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
18 lines
510 B
Plaintext
18 lines
510 B
Plaintext
config BR2_PACKAGE_NMAP
|
|
bool "nmap"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_LIBLINEAR
|
|
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
|
|
|
|
comment "nmap needs a toolchain w/ C++, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
|