From f7c49ef2d106eb38f648432e2cff2a81bb982437 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 22 Feb 2000 17:17:45 +0000 Subject: Sync up a few things. Add in a new telnet implementation (still not perfect though). -Erik --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets') diff --git a/applets/busybox.c b/applets/busybox.c index a013f8ca1..13f8db909 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -249,6 +249,9 @@ static const struct Applet applets[] = { #ifdef BB_TAR //bin {"tar", tar_main}, #endif +#ifdef BB_TELNET //usr/bin + {"telnet", telnet_main}, +#endif #ifdef BB_TEE //bin {"tee", tee_main}, #endif -- cgit v1.2.3