zram: add package to use compressed ram disk for swap
authorHauke Mehrtens <hauke@openwrt.org>
Sun, 6 Jan 2013 16:21:29 +0000 (16:21 +0000)
committerHauke Mehrtens <hauke@openwrt.org>
Sun, 6 Jan 2013 16:21:29 +0000 (16:21 +0000)
commit71830c60f7dbf02b8be097ddfc942e01dc4fb0e4
treec8f83b7a719fb7d168480afea6939577d79af1ff
parent009b82e8ef3dedb2ff0534e2219f5b137a5da2b6
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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35025 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]