aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox-1.19.3/defconfig
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2012-03-01 10:41:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-01 23:14:49 +0000
commit5506cc481b7afd9a30af53e8966bcbe2ff67b6d0 (patch)
tree39349547e9ef4fd41a1f5b5f3874d746b787ad03 /meta/recipes-core/busybox/busybox-1.19.3/defconfig
parent7aa4c51089cc4a2811bd11842647839d1e4b1e95 (diff)
downloadopenembedded-core-contrib-5506cc481b7afd9a30af53e8966bcbe2ff67b6d0.tar.gz
busybox: Restore 'date' compatability
Restore CONFIG_FEATURE_DATE_COMPAT so that all versions of 'date', whether from busybox or coreutils, agree on the format when setting the date from the command line. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox-1.19.3/defconfig')
-rw-r--r--meta/recipes-core/busybox/busybox-1.19.3/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
index ca4967142d..372d7b5a3a 100644
--- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig
+++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
@@ -172,7 +172,7 @@ CONFIG_CAT=y
CONFIG_DATE=y
# CONFIG_FEATURE_DATE_ISOFMT is not set
# CONFIG_FEATURE_DATE_NANO is not set
-# CONFIG_FEATURE_DATE_COMPAT is not set
+CONFIG_FEATURE_DATE_COMPAT=y
CONFIG_ID=y
CONFIG_GROUPS=y
CONFIG_TEST=y