diff options
Diffstat (limited to 'miscutils/microcom.c')
-rw-r--r-- | miscutils/microcom.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/miscutils/microcom.c b/miscutils/microcom.c index dfc9771d8..04605d883 100644 --- a/miscutils/microcom.c +++ b/miscutils/microcom.c | |||
@@ -7,6 +7,15 @@ | |||
7 | * | 7 | * |
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config MICROCOM | ||
11 | //config: bool "microcom" | ||
12 | //config: default y | ||
13 | //config: help | ||
14 | //config: The poor man's minicom utility for chatting with serial port devices. | ||
15 | |||
16 | //applet:IF_MICROCOM(APPLET(microcom, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
17 | |||
18 | //kbuild:lib-$(CONFIG_MICROCOM) += microcom.o | ||
10 | 19 | ||
11 | //usage:#define microcom_trivial_usage | 20 | //usage:#define microcom_trivial_usage |
12 | //usage: "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY" | 21 | //usage: "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY" |