summaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-17 12:07:03 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-17 12:07:03 +0000
commit37dec0e9e9865b307468d4d13bb4bd0d28fffbab (patch)
tree57b224aa329f27984f91da4673faa247913c45ba /coreutils
parent0f9ae1a0d71b12a26d54c9cd25b78b6b884e9a05 (diff)
downloadbusybox-w32-37dec0e9e9865b307468d4d13bb4bd0d28fffbab.tar.gz
busybox-w32-37dec0e9e9865b307468d4d13bb4bd0d28fffbab.tar.bz2
busybox-w32-37dec0e9e9865b307468d4d13bb4bd0d28fffbab.zip
- make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig.
- use shorter boilerplate.
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 31e97c145..5e1195837 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -323,6 +323,21 @@ config CONFIG_MD5SUM
323 help 323 help
324 md5sum is used to print or check MD5 checksums. 324 md5sum is used to print or check MD5 checksums.
325 325
326config CONFIG_MD5SUM_SIZE_VS_SPEED
327 int " Trade Bytes for Speed"
328 default 2
329 range 0 3
330 depends on CONFIG_MD5SUM
331 help
332 Trade binary size versus speed for the md5sum algorithm.
333 Approximate values running uClibc and hashing
334 linux-2.4.4.tar.bz2 were:
335 user times (sec) text size (386)
336 0 (fastest) 1.1 6144
337 1 1.4 5392
338 2 3.0 5088
339 3 (smallest) 5.1 4912
340
326config CONFIG_MKDIR 341config CONFIG_MKDIR
327 bool "mkdir" 342 bool "mkdir"
328 default n 343 default n