aboutsummaryrefslogtreecommitdiffstats
path: root/package/compcache/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-16 09:54:27 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-16 09:54:27 +0000
commita1bd4218991bedf21deda1b476d9a0da19a1437c (patch)
tree8fcf4e8bfa857271fed80e5c3d1c13f6549d3ae2 /package/compcache/Config.in
parent8b5bc8a9b33678928e671f9d1bba6811ff2faa75 (diff)
downloadupstream-a1bd4218991bedf21deda1b476d9a0da19a1437c.tar.gz
upstream-a1bd4218991bedf21deda1b476d9a0da19a1437c.tar.bz2
upstream-a1bd4218991bedf21deda1b476d9a0da19a1437c.zip
package/compcache: move configuration in submenu
SVN-Revision: 20906
Diffstat (limited to 'package/compcache/Config.in')
-rw-r--r--package/compcache/Config.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/compcache/Config.in b/package/compcache/Config.in
index 9904237edc..11a94d4342 100644
--- a/package/compcache/Config.in
+++ b/package/compcache/Config.in
@@ -1,15 +1,14 @@
-# compcache configuration
+menu "Configuration"
+ depends on PACKAGE_kmod-compcache
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
@@ -21,10 +20,10 @@ config COMPCACHE_RAM_REPORTED
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
+endmenu