From f92a7ad84a8f0fbd7573fac7f386109dd7855baf Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 19 Jun 2013 18:28:20 +0200 Subject: [PATCH] busybox: enable FEATURE_STAT_FORMAT Allows to use '-c' parameter to 'stat' command. This is needed in udev's automount script (next commit). https://jira.digi.com/browse/DEL-511 Signed-off-by: Javier Viguera Reviewed-by: Alex Gonzalez --- meta-digi-dey/recipes-core/busybox/busybox-1.20.2/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.20.2/defconfig b/meta-digi-dey/recipes-core/busybox/busybox-1.20.2/defconfig index 88c5089c1..4e73f21bd 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox-1.20.2/defconfig +++ b/meta-digi-dey/recipes-core/busybox/busybox-1.20.2/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.20.2 -# Tue Jan 29 13:10:18 2013 +# Wed Jun 19 16:40:00 2013 # CONFIG_HAVE_DOT_CONFIG=y @@ -271,7 +271,7 @@ CONFIG_FEATURE_SORT_BIG=y CONFIG_SPLIT=y CONFIG_FEATURE_SPLIT_FANCY=y CONFIG_STAT=y -# CONFIG_FEATURE_STAT_FORMAT is not set +CONFIG_FEATURE_STAT_FORMAT=y CONFIG_STTY=y CONFIG_SUM=y CONFIG_SYNC=y