mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
236357c05a
commit
bfdabe46df
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user