summaryrefslogtreecommitdiff
path: root/package/busybox/config/libbb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-02 17:04:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-02 17:04:53 +0100
commit16d76134888cc7a5d9c3bd531aeffaa1a6d3995e (patch)
tree790230adc6fd68ae298ab6a1a0d66ffff203aab1 /package/busybox/config/libbb
parent031ac4e91cb65e6b09fe62ccf609d477b176e3e3 (diff)
update busybox to latest upstream
Diffstat (limited to 'package/busybox/config/libbb')
-rw-r--r--package/busybox/config/libbb/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/config/libbb/Config.in b/package/busybox/config/libbb/Config.in
index ff06540cc..9205677e2 100644
--- a/package/busybox/config/libbb/Config.in
+++ b/package/busybox/config/libbb/Config.in
@@ -14,6 +14,7 @@ config BUSYBOX_FEATURE_SYSTEMD
are controlled by systemd, enable this option.
If you don't use systemd, it is still safe to enable it,
but the downside is increased code size.
+
config BUSYBOX_FEATURE_RTMINMAX
bool "Support RTMIN[+n] and RTMAX[-n] signal names"
default y
@@ -42,6 +43,16 @@ config BUSYBOX_MD5_SMALL
2 3.0 5088
3 (smallest) 5.1 4912
+config BUSYBOX_SHA3_SMALL
+ int "SHA3: Trade bytes for speed (0:fast, 1:slow)"
+ default 1
+ range 0 1
+ help
+ Trade binary size versus speed for the sha3sum algorithm.
+ SHA3_SMALL=0 compared to SHA3_SMALL=1 (approximate):
+ 64-bit x86: +270 bytes of code, 45% faster
+ 32-bit x86: +450 bytes of code, 75% faster
+
config BUSYBOX_FEATURE_FAST_TOP
bool "Faster /proc scanning code (+100 bytes)"
default y