Sync up a few things. Add in a new telnet implementation (still

not perfect though).
 -Erik
This commit is contained in:
Erik Andersen
2000-02-22 17:17:45 +00:00
parent 3b9522f2af
commit f7c49ef2d1
6 changed files with 1015 additions and 0 deletions

View File

@ -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