summaryrefslogtreecommitdiff
path: root/package/zram-swap
Commit message (Collapse)AuthorAgeFilesLines
* zram-swap: Install init script with 0755 modeVasilis Tsiligiannis2013-01-072-3/+3
| | | | SVN-Revision: 35033
* zram-swap: make the zram init.d executableHauke Mehrtens2013-01-061-0/+0
| | | | SVN-Revision: 35028
* zram: add package to use compressed ram disk for swapHauke Mehrtens2013-01-062-0/+169
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