UBUNTU: ubuntu: compcache -- version 0.5.3
authorManoj Iyer <manoj.iyer@canonical.com>
Sun, 5 Jul 2009 23:48:01 +0000 (17:48 -0600)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:48:00 +0000 (06:48 -0700)
commit68f1d3ccbd570b114954d70d324cc7fad3a8db62
tree9877101f73a8b20c1eb2215cf0f631cb187d4b30
parentecdd48d07f19ea63f8834c4a8cad328bab4f4d3b
UBUNTU: ubuntu: compcache -- version 0.5.3

ExternalDriver: ramzswap xvmalloc
Description: This is a RAM based block device which acts as swap disk.
Url: http://code.google.com/p/compcache/
Version: 0.5.3

rtg - cleaned up Kconfig, enabled BLK_DEV_COMPCACHE for all arches/flavours.
apw - further cleaned up Kconfig

Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>
15 files changed:
ubuntu/Kconfig
ubuntu/Makefile
ubuntu/compcache/BOM [new file with mode: 0644]
ubuntu/compcache/Changelog [new file with mode: 0644]
ubuntu/compcache/GPL.txt [new file with mode: 0644]
ubuntu/compcache/Kconfig [new file with mode: 0644]
ubuntu/compcache/LGPL-2.1.txt [new file with mode: 0644]
ubuntu/compcache/Makefile [new file with mode: 0644]
ubuntu/compcache/README [new file with mode: 0644]
ubuntu/compcache/compat.h [new file with mode: 0644]
ubuntu/compcache/ramzswap.c [new file with mode: 0644]
ubuntu/compcache/ramzswap.h [new file with mode: 0644]
ubuntu/compcache/xvmalloc.c [new file with mode: 0644]
ubuntu/compcache/xvmalloc.h [new file with mode: 0644]
ubuntu/compcache/xvmalloc_int.h [new file with mode: 0644]