summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-01-06 16:21:29 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-01-06 16:21:29 +0000
commitbef592844bd2cb1c3561f16ce62c31eecd5cc5d5 (patch)
tree893e9a38b7644c92630616f3665a9907122d612a /package/busybox
parent5154270694c406891585b7c35f2c3293bc86e601 (diff)
downloadmtk-20170518-bef592844bd2cb1c3561f16ce62c31eecd5cc5d5.zip
mtk-20170518-bef592844bd2cb1c3561f16ce62c31eecd5cc5d5.tar.gz
mtk-20170518-bef592844bd2cb1c3561f16ce62c31eecd5cc5d5.tar.bz2
zram: add package to use compressed ram disk for swap
The busybox size is increased by 3.2KByte uncompressed on bcm47xx with this commit. This zram-swap automatically creates a zram device, a swap partition on it and make the kernel swap pages to it. Thank you Bastian Bittorf <bittorf@bluebottle.com> for idea and the script. SVN-Revision: 35025
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/util-linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in
index 14d4777..d60b139 100644
--- a/package/busybox/config/util-linux/Config.in
+++ b/package/busybox/config/util-linux/Config.in
@@ -474,7 +474,7 @@ config BUSYBOX_CONFIG_FEATURE_MDEV_LOAD_FIRMWARE
config BUSYBOX_CONFIG_MKSWAP
bool "mkswap"
- default n
+ default y
help
The mkswap utility is used to configure a file or disk partition as
Linux swap space. This allows Linux to use the entire file or
@@ -652,7 +652,7 @@ config BUSYBOX_CONFIG_SETARCH
config BUSYBOX_CONFIG_SWAPONOFF
bool "swaponoff"
- default n
+ default y
select BUSYBOX_CONFIG_PLATFORM_LINUX
help
This option enables both the 'swapon' and the 'swapoff' utilities.