xref: /OK3568_Linux_fs/buildroot/package/nmap/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_NMAP
2*4882a593Smuzhiyun	bool "nmap"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBLINEAR
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBPCAP
8*4882a593Smuzhiyun	select BR2_PACKAGE_NMAP_NMAP \
9*4882a593Smuzhiyun	       if !BR2_PACKAGE_NMAP_NCAT && !BR2_PACKAGE_NMAP_NPING
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  Nmap ("Network Mapper") is a free and open source (license)
12*4882a593Smuzhiyun	  utility for network discovery and security auditing.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  http://nmap.org
15*4882a593Smuzhiyun
16*4882a593Smuzhiyunif  BR2_PACKAGE_NMAP
17*4882a593Smuzhiyun
18*4882a593Smuzhiyunconfig BR2_PACKAGE_NMAP_NCAT
19*4882a593Smuzhiyun	bool "install ncat"
20*4882a593Smuzhiyun	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
21*4882a593Smuzhiyun	help
22*4882a593Smuzhiyun	  Ncat is a feature-packed networking utility which reads and
23*4882a593Smuzhiyun	  writes data across networks from the command line. Ncat was
24*4882a593Smuzhiyun	  written for the Nmap Project as a much-improved
25*4882a593Smuzhiyun	  reimplementation of the venerable Netcat.
26*4882a593Smuzhiyun
27*4882a593Smuzhiyun	  If symlink to "nc" is installed if neither netcat or
28*4882a593Smuzhiyun	  netcat-openbsd is selected.
29*4882a593Smuzhiyun
30*4882a593Smuzhiyuncomment "a symlink from ncat to 'nc' will be installed"
31*4882a593Smuzhiyun	depends on BR2_PACKAGE_NMAP_NCAT
32*4882a593Smuzhiyun	depends on !BR2_PACKAGE_NETCAT
33*4882a593Smuzhiyun	depends on !BR2_PACKAGE_NETCAT_OPENBSD
34*4882a593Smuzhiyun
35*4882a593Smuzhiyunconfig BR2_PACKAGE_NMAP_NMAP
36*4882a593Smuzhiyun	bool "install nmap"
37*4882a593Smuzhiyun	select BR2_PACKAGE_PCRE
38*4882a593Smuzhiyun	help
39*4882a593Smuzhiyun	  This option installs 'nmap' itself.
40*4882a593Smuzhiyun
41*4882a593Smuzhiyunconfig BR2_PACKAGE_NMAP_NPING
42*4882a593Smuzhiyun	bool "install nping"
43*4882a593Smuzhiyun	help
44*4882a593Smuzhiyun	  This option installs the 'nping' tool.
45*4882a593Smuzhiyun
46*4882a593Smuzhiyunendif
47*4882a593Smuzhiyun
48*4882a593Smuzhiyuncomment "nmap-nmap needs a toolchain w/ C++, threads"
49*4882a593Smuzhiyun	depends on BR2_USE_MMU
50*4882a593Smuzhiyun	depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
51