zram: add package to use compressed ram disk for swap
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 6 Jan 2013 16:21:29 +0000 (16:21 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 6 Jan 2013 16:21:29 +0000 (16:21 +0000)
commitbef592844bd2cb1c3561f16ce62c31eecd5cc5d5
tree893e9a38b7644c92630616f3665a9907122d612a
parent5154270694c406891585b7c35f2c3293bc86e601
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
package/busybox/config/util-linux/Config.in
package/kernel/modules/other.mk
package/zram-swap/Makefile [new file with mode: 0644]
package/zram-swap/files/etc/init.d/zram [new file with mode: 0644]