summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-03-16 12:10:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-18 23:23:30 +0000
commitc52c66ba4dffe0c5eff7c2ca7d38ca9c15a71e40 (patch)
tree35422cf2fbca6e66b72dd13a40d274d4bd945c44 /meta/recipes-core/busybox
parent0a209feb027f2a94b9dff381ea9419963d4b4ee1 (diff)
downloadpoky-c52c66ba4dffe0c5eff7c2ca7d38ca9c15a71e40.tar.gz
busybox: enable unmount all feature
This allows "umount -f -a -r" in our initscripts to actually do something. (From OE-Core rev: 578c938968857976f888f708f1f57cf862c7b3c4) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox-1.17.3/defconfig2
-rw-r--r--meta/recipes-core/busybox/busybox_1.17.3.bb2
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 87e62445f0..5327a64754 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
567# CONFIG_FEATURE_SWAPON_PRI is not set 567# CONFIG_FEATURE_SWAPON_PRI is not set
568CONFIG_SWITCH_ROOT=y 568CONFIG_SWITCH_ROOT=y
569CONFIG_UMOUNT=y 569CONFIG_UMOUNT=y
570# CONFIG_FEATURE_UMOUNT_ALL is not set 570CONFIG_FEATURE_UMOUNT_ALL=y
571 571
572# 572#
573# Common options for mount/umount 573# 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 c5fbe9c7b0..28342feaf0 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 @@
1require busybox.inc 1require busybox.inc
2PR = "r1" 2PR = "r2"
3 3
4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ 4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
5 file://udhcpscript.patch \ 5 file://udhcpscript.patch \