X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fcompcache%2FConfig.in;h=b5f75d00de7edf6d4298cb5be0b027682f6ac934;hb=49fe1fed52b80df30f6be64488fa038a7ce94f3e;hp=9904237edc6c52b8a697d7187111e6d99649d2a9;hpb=b3c2645b973334f87992997f15bee3f600d3dcc3;p=openwrt.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