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:52:53 +0000 |
commit | acc5e9b4f43a382e56c0af1fae492cd0aaa80230 (patch) | |
tree | 0a0812980a8817c251618f00212d193a6658b6cc /meta/recipes-core/busybox | |
parent | b4b83eb092e2c1ed2bca64ab43150228e4f6cc80 (diff) | |
download | openembedded-core-acc5e9b4f43a382e56c0af1fae492cd0aaa80230.tar.gz openembedded-core-acc5e9b4f43a382e56c0af1fae492cd0aaa80230.tar.bz2 openembedded-core-acc5e9b4f43a382e56c0af1fae492cd0aaa80230.zip |
busybox: enable swapon -p (91 byte increase)
systemd needs "swapon -p", so as the impact is minimal enable it unversally.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/busybox')
-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 # 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 |