X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=package%2Fcompcache%2FConfig.in;h=b5f75d00de7edf6d4298cb5be0b027682f6ac934;hb=9d74fc3eb3c7c5c4f1d3db3271d59e733297c72f;hp=9904237edc6c52b8a697d7187111e6d99649d2a9;hpb=1f24cd1700272f566ece8cbcde509494ccb894d0;p=oweals%2Fopenwrt.git diff --git a/package/compcache/Config.in b/package/compcache/Config.in index 9904237edc..b5f75d00de 100644 --- a/package/compcache/Config.in +++ b/package/compcache/Config.in @@ -1,15 +1,14 @@ -# compcache configuration +menu "Configuration" + depends on PACKAGE_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