From 4884ccd2362681cccc27ea0d198873c7d7a9f09e Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 9 Jan 2012 02:03:42 +0200 Subject: busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64 Enable 64-bit math support in the expr applet. This will make the applet slightly larger, but will allow computation with very large numbers. [YOCTO #1767] (From OE-Core rev: 5ab12509051b732944a5027750505fa860133f1b) Signed-off-by: Andrei Gherzan Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/busybox') diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig index 1990f28b28..ebd751d748 100644 --- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig +++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig @@ -214,7 +214,7 @@ CONFIG_FEATURE_ENV_LONG_OPTIONS=y # CONFIG_EXPAND is not set # CONFIG_FEATURE_EXPAND_LONG_OPTIONS is not set CONFIG_EXPR=y -# CONFIG_EXPR_MATH_SUPPORT_64 is not set +CONFIG_EXPR_MATH_SUPPORT_64=y CONFIG_FALSE=y # CONFIG_FOLD is not set # CONFIG_FSYNC is not set -- cgit v1.2.3-54-g00ecf