diff options
author | Rob Landley | 2006-05-16 16:52:12 +0000 |
---|---|---|
committer | Rob Landley | 2006-05-16 16:52:12 +0000 |
commit | 2686d3bc38dd1b296c4191160bd4336c0ed11388 (patch) | |
tree | 56a2608bb8209cd8f2043396b8dc54fd5fe8feb0 /coreutils/Config.in | |
parent | adde79883ffe726fc3237edb4756a99fba608797 (diff) | |
download | busybox-2686d3bc38dd1b296c4191160bd4336c0ed11388.zip busybox-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.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index d0ac000..d7e31e8 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 |