diff options
author | Glenn L McGrath | 2003-12-20 07:30:35 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-12-20 07:30:35 +0000 |
commit | 8f3bc4ce52448a6d1c188055d6920e5bb05334b1 (patch) | |
tree | 03eac311cc3e5d298158998aca9211cc82eb41b6 /miscutils/Config.in | |
parent | a8d82fe52e4a114dcb152ebb2fe0382e10b32267 (diff) | |
download | busybox-8f3bc4ce52448a6d1c188055d6920e5bb05334b1.zip busybox-8f3bc4ce52448a6d1c188055d6920e5bb05334b1.tar.gz |
New applet, rx, by Christopher Hoover
Diffstat (limited to 'miscutils/Config.in')
-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 4216b28..c5327c2 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -156,6 +156,12 @@ config CONFIG_MT to advance or rewind a tape past a specified number of archive files on the tape. +config CONFIG_RX + bool "rx" + default n + help + Receive files using the Xmodem protocol. + config CONFIG_STRINGS bool "strings" default n |