aboutsummaryrefslogtreecommitdiff
path: root/networking/slattach.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/slattach.c')
-rw-r--r--networking/slattach.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/networking/slattach.c b/networking/slattach.c
index 2d1305e32..9267eb1d0 100644
--- a/networking/slattach.c
+++ b/networking/slattach.c
@@ -12,6 +12,17 @@
12 * 12 *
13 * - The -F options allows disabling of RTS/CTS flow control. 13 * - The -F options allows disabling of RTS/CTS flow control.
14 */ 14 */
15//config:config SLATTACH
16//config: bool "slattach"
17//config: default y
18//config: select PLATFORM_LINUX
19//config: help
20//config: slattach is a small utility to attach network interfaces to serial
21//config: lines.
22
23//applet:IF_SLATTACH(APPLET(slattach, BB_DIR_SBIN, BB_SUID_DROP))
24
25//kbuild:lib-$(CONFIG_SLATTACH) += slattach.o
15 26
16//usage:#define slattach_trivial_usage 27//usage:#define slattach_trivial_usage
17//usage: "[-cehmLF] [-s SPEED] [-p PROTOCOL] DEVICE" 28//usage: "[-cehmLF] [-s SPEED] [-p PROTOCOL] DEVICE"