busybox: add CONFIG_FEATURE_DD_SIGNAL_HANDLING to busybox config

CONFIG_FEATURE_DD_SIGNAL_HANDLING is a dd cmd advanced feature
that display a coreutiles-like third status line with:
transferred bytes, elapsed time and speed.

e.g. display the third status line
$ busybox dd if=/dev/zero of=/tmp/test  bs=4096 count=100
100+0 records in
100+0 records out
409600 bytes (400.0KB) copied, 0.001035 seconds, 377.4MB/s

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
This commit is contained in:
Andy Hu
2022-07-18 17:01:41 +08:00
parent 596a3cd65c
commit bef7dccb79
+1 -1
View File
@@ -208,7 +208,7 @@ CONFIG_FEATURE_DATE_ISOFMT=y
CONFIG_FEATURE_DATE_COMPAT=y
CONFIG_DD=y
CONFIG_FEATURE_DD_SIGNAL_HANDLING=y
# CONFIG_FEATURE_DD_THIRD_STATUS_LINE is not set
CONFIG_FEATURE_DD_THIRD_STATUS_LINE=y
CONFIG_FEATURE_DD_IBS_OBS=y
CONFIG_FEATURE_DD_STATUS=y
CONFIG_DF=y