aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-17 12:07:03 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-17 12:07:03 +0000
commit54c4cfe0dc509818898d272918217dead7516160 (patch)
tree57b224aa329f27984f91da4673faa247913c45ba /coreutils
parent277dc7287f4f65e1505d75509c6d845116144a1c (diff)
downloadbusybox-w32-54c4cfe0dc509818898d272918217dead7516160.tar.gz
busybox-w32-54c4cfe0dc509818898d272918217dead7516160.tar.bz2
busybox-w32-54c4cfe0dc509818898d272918217dead7516160.zip
- make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig.
- use shorter boilerplate. git-svn-id: svn://busybox.net/trunk/busybox@13383 69ca8d6d-28ef-0310-b511-8ec308f3f277
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