aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-12-20 07:30:35 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-12-20 07:30:35 +0000
commit8f3bc4ce52448a6d1c188055d6920e5bb05334b1 (patch)
tree03eac311cc3e5d298158998aca9211cc82eb41b6 /miscutils/Config.in
parenta8d82fe52e4a114dcb152ebb2fe0382e10b32267 (diff)
downloadbusybox-w32-8f3bc4ce52448a6d1c188055d6920e5bb05334b1.tar.gz
busybox-w32-8f3bc4ce52448a6d1c188055d6920e5bb05334b1.tar.bz2
busybox-w32-8f3bc4ce52448a6d1c188055d6920e5bb05334b1.zip
New applet, rx, by Christopher Hoover
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 4216b2845..c5327c201 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -156,6 +156,12 @@ config CONFIG_MT
156 to advance or rewind a tape past a specified number of archive 156 to advance or rewind a tape past a specified number of archive
157 files on the tape. 157 files on the tape.
158 158
159config CONFIG_RX
160 bool "rx"
161 default n
162 help
163 Receive files using the Xmodem protocol.
164
159config CONFIG_STRINGS 165config CONFIG_STRINGS
160 bool "strings" 166 bool "strings"
161 default n 167 default n