diff options
author | Rob Landley <rob@landley.net> | 2017-01-25 16:23:58 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-01-25 16:23:58 -0600 |
commit | 4d8ffe62d06b1f7472e3dc0c63344311af5d68d0 (patch) | |
tree | cc9aba34bf7e59444838c8e1bd88f9cbe8b87038 | |
parent | cd2063dfba6f0e95bdbc87de42923c387ead08c4 (diff) | |
download | toybox-4d8ffe62d06b1f7472e3dc0c63344311af5d68d0.tar.gz |
Promote microcom to net.
-rw-r--r-- | toys/net/microcom.c (renamed from toys/pending/microcom.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/microcom.c b/toys/net/microcom.c index b354b263..d34e1fee 100644 --- a/toys/pending/microcom.c +++ b/toys/net/microcom.c @@ -6,7 +6,7 @@ USE_MICROCOM(NEWTOY(microcom, "<1>1s:X", TOYFLAG_BIN)) config MICROCOM bool "microcom" - default n + default y help usage: microcom [-s SPEED] [-X] DEVICE |