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