aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-27 04:22:02 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-27 04:22:02 +0200
commit77cc2c5738d780b97b56af49510ed64d61ad2e2d (patch)
treecbb8bd5787da4cfb0fca2710e35bd649d77b1371 /networking/Config.src
parenta73b87e9343df2a6f14e328a977e7b70eb3ed707 (diff)
downloadbusybox-77cc2c5738d780b97b56af49510ed64d61ad2e2d.tar.gz
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.src23
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
new_interface_name mac=00:80:C8:38:91:B5
new_interface_name 00:80:C8:38:91:B5
-config NC
- bool "nc"
- default y
- help
- A simple Unix utility which reads and writes data across network
- connections.
-
-config NC_SERVER
- bool "Netcat server options (-l)"
- default y
- depends on NC
- help
- Allow netcat to act as a server.
-
-config NC_EXTRA
- bool "Netcat extensions (-eiw and filename)"
- default y
- depends on NC
- help
- Add -e (support for executing the rest of the command line after
- making or receiving a successful connection), -i (delay interval for
- lines sent), -w (timeout for initial connection).
-
config NETSTAT
bool "netstat"
default y