xref: /OK3568_Linux_fs/buildroot/package/netcat/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_NETCAT
2	bool "netcat"
3	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
4	help
5	  Netcat is a featured networking utility which reads and
6	  writes data across network connections, using the TCP/IP
7	  protocol.
8	  It is designed to be a reliable "back-end" tool that can be
9	  used directly or easily driven by other programs and
10	  scripts. At the same time, it is a feature-rich network
11	  debugging and exploration tool, since it can create almost
12	  any kind of connection you would need and has several
13	  interesting built-in capabilities.
14
15	  http://netcat.sourceforge.net/download.php
16