1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 23:15:26 +03:00
openwrt-xburst/package/compcache/Config.in
lars 841c7d1ddd [package] compcache: Kernel module and userspace daemon in seperate packages.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21441 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-13 11:36:38 +00:00

30 lines
639 B
Plaintext

menu "Configuration"
depends on PACKAGE_compcache
config COMPCACHE_ENABLE
bool "enabled on boot"
default n
help
Enables compressed ram swap devices.
config COMPCACHE_RAM_REPORTED
string "swap space reported to kernel in kb"
default "2048"
help
This is the amount of memory that will be reported
to the kernel as swap. The real ram in use will differ,
because of lzo compression.
Example:
16 MB = 2048 KB
32 MB = 4098 KB
config COMPCACHE_BACKUP_DEV
string "Backup device for compcache"
default ""
help
Compcache will use this as a backup device for swap.
Example:
/dev/sda5
endmenu