diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-27 04:22:02 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-27 04:22:02 +0200 |
commit | 77cc2c5738d780b97b56af49510ed64d61ad2e2d (patch) | |
tree | cbb8bd5787da4cfb0fca2710e35bd649d77b1371 /networking/Config.src | |
parent | a73b87e9343df2a6f14e328a977e7b70eb3ed707 (diff) | |
download | busybox-w32-77cc2c5738d780b97b56af49510ed64d61ad2e2d.tar.gz busybox-w32-77cc2c5738d780b97b56af49510ed64d61ad2e2d.tar.bz2 busybox-w32-77cc2c5738d780b97b56af49510ed64d61ad2e2d.zip |
nc: introduce CONFIG_NC_110_COMPAT option.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/networking/Config.src b/networking/Config.src index ebad9e598..449436247 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -623,29 +623,6 @@ config FEATURE_NAMEIF_EXTENDED | |||
623 | new_interface_name mac=00:80:C8:38:91:B5 | 623 | new_interface_name mac=00:80:C8:38:91:B5 |
624 | new_interface_name 00:80:C8:38:91:B5 | 624 | new_interface_name 00:80:C8:38:91:B5 |
625 | 625 | ||
626 | config NC | ||
627 | bool "nc" | ||
628 | default y | ||
629 | help | ||
630 | A simple Unix utility which reads and writes data across network | ||
631 | connections. | ||
632 | |||
633 | config NC_SERVER | ||
634 | bool "Netcat server options (-l)" | ||
635 | default y | ||
636 | depends on NC | ||
637 | help | ||
638 | Allow netcat to act as a server. | ||
639 | |||
640 | config NC_EXTRA | ||
641 | bool "Netcat extensions (-eiw and filename)" | ||
642 | default y | ||
643 | depends on NC | ||
644 | help | ||
645 | Add -e (support for executing the rest of the command line after | ||
646 | making or receiving a successful connection), -i (delay interval for | ||
647 | lines sent), -w (timeout for initial connection). | ||
648 | |||
649 | config NETSTAT | 626 | config NETSTAT |
650 | bool "netstat" | 627 | bool "netstat" |
651 | default y | 628 | default y |