Sync up a few things. Add in a new telnet implementation (still
not perfect though). -Erik
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user