aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-16 16:52:12 +0000
committerRob Landley <rob@landley.net>2006-05-16 16:52:12 +0000
commit2686d3bc38dd1b296c4191160bd4336c0ed11388 (patch)
tree56a2608bb8209cd8f2043396b8dc54fd5fe8feb0 /coreutils/Config.in
parentadde79883ffe726fc3237edb4756a99fba608797 (diff)
downloadbusybox-2686d3bc38dd1b296c4191160bd4336c0ed11388.tar.gz
Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add
ibs and obs support to dd, and made it configurable. I cleaned it up a bit further and moved conv= into the same config option.
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index d0ac000d3..d7e31e868 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -127,6 +127,14 @@ config CONFIG_FEATURE_DD_SIGNAL_HANDLING
$ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid
10899206+0 records in 10899206+0 records out
+config CONFIG_FEATURE_DD_IBS_OBS
+ bool "Enable ibs, obs and conv options"
+ default n
+ depends on CONFIG_DD
+ help
+ Enables support for writing a certain number of bytes in and out,
+ at a time, and performing conversions on the data stream.
+
config CONFIG_DF
bool "df"
default n