From bce9978c108910dcc1bb58eee32dd9d39ebba5ff Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 16 Apr 2010 09:54:27 +0000 Subject: package/compcache: move configuration in submenu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20906 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/compcache/Config.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'package/compcache/Config.in') diff --git a/package/compcache/Config.in b/package/compcache/Config.in index 9904237ed..11a94d434 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 -- cgit v1.2.3