From patchwork Fri Mar 18 17:21:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] busybox: enable unmount all feature Date: Fri, 18 Mar 2011 17:21:44 -0000 From: Paul Eggleton X-Patchwork-Id: 1643 Message-Id: <71ef85f4c7c1d32d0103939beb3f1eda42167dfb.1300467808.git.paul.eggleton@linux.intel.com> To: openembedded-core@lists.openembedded.org Cc: From: Paul Eggleton This allows "umount -f -a -r" in our initscripts to actually do something. Signed-off-by: Paul Eggleton --- meta/recipes-core/busybox/busybox-1.17.3/defconfig | 2 +- meta/recipes-core/busybox/busybox_1.17.3.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/busybox/busybox-1.17.3/defconfig b/meta/recipes-core/busybox/busybox-1.17.3/defconfig index 87e6244..5327a64 100644 --- a/meta/recipes-core/busybox/busybox-1.17.3/defconfig +++ b/meta/recipes-core/busybox/busybox-1.17.3/defconfig @@ -567,7 +567,7 @@ CONFIG_SWAPONOFF=y # CONFIG_FEATURE_SWAPON_PRI is not set CONFIG_SWITCH_ROOT=y CONFIG_UMOUNT=y -# CONFIG_FEATURE_UMOUNT_ALL is not set +CONFIG_FEATURE_UMOUNT_ALL=y # # Common options for mount/umount diff --git a/meta/recipes-core/busybox/busybox_1.17.3.bb b/meta/recipes-core/busybox/busybox_1.17.3.bb index c5fbe9c..28342fe 100644 --- a/meta/recipes-core/busybox/busybox_1.17.3.bb +++ b/meta/recipes-core/busybox/busybox_1.17.3.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r1" +PR = "r2" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://udhcpscript.patch \