X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=miscutils%2Fmt.c;h=fad656e956b448e89c1ed04950ae050dedca0699;hb=d72e804e6db1bd6eb2417961004b4fe33aba9384;hp=20afd3a50b2c72eff7cbb0c836bdba06df0ca697;hpb=5bc8c005a8e15c43285bc595a8d404de67a482ac;p=oweals%2Fbusybox.git diff --git a/miscutils/mt.c b/miscutils/mt.c index 20afd3a50..fad656e95 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -2,6 +2,17 @@ /* * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ +//config:config MT +//config: bool "mt (2.6 kb)" +//config: default y +//config: help +//config: mt is used to control tape devices. You can use the mt utility +//config: to advance or rewind a tape past a specified number of archive +//config: files on the tape. + +//applet:IF_MT(APPLET(mt, BB_DIR_BIN, BB_SUID_DROP)) + +//kbuild:lib-$(CONFIG_MT) += mt.o //usage:#define mt_trivial_usage //usage: "[-f device] opcode value"