summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorSylvain Raybaud <sylvain.raybaud@green-communications.fr>2015-07-09 18:21:59 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-11 00:57:51 +0200
commitaa1362f220e733689fe4210b0bb2433f6d595e6b (patch)
tree53cf2a5d94a7cb88ff6dbf1fa1a20a9b64d711c2 /package/busybox
parent55dd510bcb2b2c552e72536de7b02745a6fbee81 (diff)
busybox: adjust configuration to add fancy options to the sleep applet
Set CONFIGURE_FEATURE_FANCY_SLEEP and CONFIG_FEATURE_FLOAT_SLEEP so that sleep accept floating point arguments. This add 492 bytes to the busybox binary compiled for arm or 2748 bytes when compiled for i386. Signed-off-by: Sylvain Raybaud <sylvain.raybaud@green-communications.fr> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/busybox.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config
index 9d930d1d4..8d1d80a86 100644
--- a/package/busybox/busybox.config
+++ b/package/busybox/busybox.config
@@ -273,8 +273,8 @@ CONFIG_SHA256SUM=y
CONFIG_SHA512SUM=y
CONFIG_SHA3SUM=y
CONFIG_SLEEP=y
-# CONFIG_FEATURE_FANCY_SLEEP is not set
-# CONFIG_FEATURE_FLOAT_SLEEP is not set
+CONFIG_FEATURE_FANCY_SLEEP=y
+CONFIG_FEATURE_FLOAT_SLEEP=y
CONFIG_SORT=y
CONFIG_FEATURE_SORT_BIG=y
# CONFIG_SPLIT is not set