From 1f24cd1700272f566ece8cbcde509494ccb894d0 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 23 Nov 2009 22:30:42 +0000 Subject: update compcache to 0.5.4 (#6018) SVN-Revision: 18512 --- package/compcache/Config.in | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package/compcache/Config.in (limited to 'package/compcache/Config.in') diff --git a/package/compcache/Config.in b/package/compcache/Config.in new file mode 100644 index 0000000..9904237 --- /dev/null +++ b/package/compcache/Config.in @@ -0,0 +1,30 @@ +# compcache configuration + +config COMPCACHE_ENABLE + bool "enabled on boot" + default n + depends on PACKAGE_kmod-compcache + help + Enables compressed ram swap devices. + +config COMPCACHE_RAM_REPORTED + string "swap space reported to kernel in kb" + depends on PACKAGE_kmod-compcache + 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" + depends on PACKAGE_kmod-compcache + default "" + help + Compcache will use this as a backup device for swap. + Example: + /dev/sda5 + -- cgit v1.1