From patchwork Mon Mar 11 18:24:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [07/12] busybox: enable swapon -p (91 byte increase) Date: Mon, 11 Mar 2013 18:24:50 -0000 From: Ross Burton X-Patchwork-Id: 45963 Message-Id: <127ee91c3c12db8d2d3930efb1a5ed1515f5fe20.1363025917.git.ross.burton@intel.com> To: openembedded-core@lists.openembedded.org systemd needs "swapon -p", so as the impact is minimal enable it unversally. Signed-off-by: Ross Burton --- meta/recipes-core/busybox/busybox-1.20.2/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/busybox-1.20.2/defconfig b/meta/recipes-core/busybox/busybox-1.20.2/defconfig index b39234f..bdfdadf 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 # CONFIG_SCRIPTREPLAY is not set # CONFIG_SETARCH is not set CONFIG_SWAPONOFF=y -# CONFIG_FEATURE_SWAPON_PRI is not set +CONFIG_FEATURE_SWAPON_PRI=y CONFIG_SWITCH_ROOT=y CONFIG_UMOUNT=y CONFIG_FEATURE_UMOUNT_ALL=y