From 5396479c1fdc578e64d1ac991daf26cc3885f9a7 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 27 May 2009 14:06:17 +0200 Subject: busybox: enabled stat in 1.13.2/angstrom --- recipes/busybox/busybox-1.13.2/angstrom/defconfig | 4 ++-- recipes/busybox/busybox_1.13.2.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/busybox') diff --git a/recipes/busybox/busybox-1.13.2/angstrom/defconfig b/recipes/busybox/busybox-1.13.2/angstrom/defconfig index 0db650fcf1..8934890ef4 100644 --- a/recipes/busybox/busybox-1.13.2/angstrom/defconfig +++ b/recipes/busybox/busybox-1.13.2/angstrom/defconfig @@ -214,8 +214,8 @@ CONFIG_SORT=y CONFIG_FEATURE_SORT_BIG=y # CONFIG_SPLIT is not set # CONFIG_FEATURE_SPLIT_FANCY is not set -# CONFIG_STAT is not set -# CONFIG_FEATURE_STAT_FORMAT is not set +CONFIG_STAT=y +CONFIG_FEATURE_STAT_FORMAT=y CONFIG_STTY=y # CONFIG_SUM is not set CONFIG_SYNC=y diff --git a/recipes/busybox/busybox_1.13.2.bb b/recipes/busybox/busybox_1.13.2.bb index 602e782d4d..96d0f0baca 100644 --- a/recipes/busybox/busybox_1.13.2.bb +++ b/recipes/busybox/busybox_1.13.2.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r18" +PR = "r19" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ -- cgit v1.2.3