]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: enable unmount all feature
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 16 Mar 2011 12:10:46 +0000 (12:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Mar 2011 23:15:49 +0000 (23:15 +0000)
This allows "umount -f -a -r" in our initscripts to actually do something.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-core/busybox/busybox-1.17.3/defconfig
meta/recipes-core/busybox/busybox_1.17.3.bb

index 87e62445f0289b694c08f881184af22db706b5ce..5327a64754906059279755586b459938646c945e 100644 (file)
@@ -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
index c5fbe9c7b06d3d9eb9236ea2c1aa6fca3688083c..28342feaf0362306bb60f2f72919548ada0e5250 100644 (file)
@@ -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 \