zram: add package to use compressed ram disk for swap
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jan 2013 16:21:29 +0000 (16:21 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jan 2013 16:21:29 +0000 (16:21 +0000)
commit38cc3e47f517a509152186069c45d20f52e90835
treec8f83b7a719fb7d168480afea6939577d79af1ff
parentcae68530d3b48f9274ee01405c5601bc9450bc14
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]