From 4d8ffe62d06b1f7472e3dc0c63344311af5d68d0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 25 Jan 2017 16:23:58 -0600 Subject: [PATCH] Promote microcom to net. --- toys/{pending => net}/microcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => net}/microcom.c (99%) diff --git a/toys/pending/microcom.c b/toys/net/microcom.c similarity index 99% rename from toys/pending/microcom.c rename to 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 -- 2.39.2