diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-20 20:04:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-15 01:53:03 +0000 |
commit | 03e13d8d6de5c9a036c7efa3eceeea80bb934a0e (patch) | |
tree | d7c5b7e506b43b66b85002c2aa78ad40e7aa5ff7 /meta | |
parent | 1dc26af40022588023032bd57c5285e9d4cd98fc (diff) | |
download | poky-03e13d8d6de5c9a036c7efa3eceeea80bb934a0e.tar.gz |
busybox: enable swapon -p (91 byte increase)
systemd needs "swapon -p", so as the impact is minimal enable it unversally.
(From OE-Core rev: acc5e9b4f43a382e56c0af1fae492cd0aaa80230)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/busybox/busybox-1.20.2/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.20.2/defconfig b/meta/recipes-core/busybox/busybox-1.20.2/defconfig index b39234fb7d..bdfdadf0eb 100644 --- a/meta/recipes-core/busybox/busybox-1.20.2/defconfig +++ b/meta/recipes-core/busybox/busybox-1.20.2/defconfig | |||
@@ -596,7 +596,7 @@ CONFIG_RDATE=y | |||
596 | # CONFIG_SCRIPTREPLAY is not set | 596 | # CONFIG_SCRIPTREPLAY is not set |
597 | # CONFIG_SETARCH is not set | 597 | # CONFIG_SETARCH is not set |
598 | CONFIG_SWAPONOFF=y | 598 | CONFIG_SWAPONOFF=y |
599 | # CONFIG_FEATURE_SWAPON_PRI is not set | 599 | CONFIG_FEATURE_SWAPON_PRI=y |
600 | CONFIG_SWITCH_ROOT=y | 600 | CONFIG_SWITCH_ROOT=y |
601 | CONFIG_UMOUNT=y | 601 | CONFIG_UMOUNT=y |
602 | CONFIG_FEATURE_UMOUNT_ALL=y | 602 | CONFIG_FEATURE_UMOUNT_ALL=y |