From c2415d16a8991e2192bda002baab840bfa4d5d79 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 16 Jan 2015 13:49:23 -0600 Subject: AOSP master has and builds netcat/nc. --- toys/other/netcat.c | 1 - toys/pending/telnetd.c | 1 - 2 files changed, 2 deletions(-) (limited to 'toys') diff --git a/toys/other/netcat.c b/toys/other/netcat.c index dcb982d4..616822b7 100644 --- a/toys/other/netcat.c +++ b/toys/other/netcat.c @@ -26,7 +26,6 @@ config NETCAT_LISTEN bool "netcat server options (-let)" default y depends on NETCAT - depends on TOYBOX_PTY help usage: netcat [-t] [-lL COMMAND...] diff --git a/toys/pending/telnetd.c b/toys/pending/telnetd.c index f9f34224..4198e63f 100644 --- a/toys/pending/telnetd.c +++ b/toys/pending/telnetd.c @@ -8,7 +8,6 @@ USE_TELNETD(NEWTOY(telnetd, "w#<0b:p#<0>65535=23f:l:FSKi[!wi]", TOYFLAG_USR|TOYF config TELNETD bool "telnetd" default n - depends on TOYBOX_PTY help Handle incoming telnet connections -- cgit v1.2.3