diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-27 11:54:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-27 11:54:59 +0000 |
commit | 5014dada3fa0bb6f6873e28fe6491f0789239cdc (patch) | |
tree | 25cc7ed4e457d924131f3e7cdbab1e187a617639 /miscutils | |
parent | 8195d20e36bfeeb30b3424e2635ba4757ec38137 (diff) | |
download | busybox-w32-5014dada3fa0bb6f6873e28fe6491f0789239cdc.tar.gz busybox-w32-5014dada3fa0bb6f6873e28fe6491f0789239cdc.tar.bz2 busybox-w32-5014dada3fa0bb6f6873e28fe6491f0789239cdc.zip |
script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 73c765f2c..ac1e2b57c 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -410,6 +410,12 @@ config RX | |||
410 | help | 410 | help |
411 | Receive files using the Xmodem protocol. | 411 | Receive files using the Xmodem protocol. |
412 | 412 | ||
413 | config SCRIPT | ||
414 | bool "script" | ||
415 | default n | ||
416 | help | ||
417 | The script makes typescript of terminal session. | ||
418 | |||
413 | config STRINGS | 419 | config STRINGS |
414 | bool "strings" | 420 | bool "strings" |
415 | default n | 421 | default n |