diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-12-20 07:30:35 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-12-20 07:30:35 +0000 |
commit | 8f3bc4ce52448a6d1c188055d6920e5bb05334b1 (patch) | |
tree | 03eac311cc3e5d298158998aca9211cc82eb41b6 /miscutils/Config.in | |
parent | a8d82fe52e4a114dcb152ebb2fe0382e10b32267 (diff) | |
download | busybox-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.in | 6 |
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 | ||
159 | config CONFIG_RX | ||
160 | bool "rx" | ||
161 | default n | ||
162 | help | ||
163 | Receive files using the Xmodem protocol. | ||
164 | |||
159 | config CONFIG_STRINGS | 165 | config CONFIG_STRINGS |
160 | bool "strings" | 166 | bool "strings" |
161 | default n | 167 | default n |