aboutsummaryrefslogtreecommitdiffstats
path: root/package/compcache/Config.in
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-01-06 17:14:53 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-01-06 17:14:53 +0000
commite9450bb64f47be8229ce297493987fe419677fe0 (patch)
tree3e96ab43258fe3047f06d90c6828ee31d903b84b /package/compcache/Config.in
parent71830c60f7dbf02b8be097ddfc942e01dc4fb0e4 (diff)
downloadmaster-187ad058-e9450bb64f47be8229ce297493987fe419677fe0.tar.gz
master-187ad058-e9450bb64f47be8229ce297493987fe419677fe0.tar.bz2
master-187ad058-e9450bb64f47be8229ce297493987fe419677fe0.zip
compcache: remove package, use zram-swap instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35026 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/compcache/Config.in')
-rw-r--r--package/compcache/Config.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/package/compcache/Config.in b/package/compcache/Config.in
deleted file mode 100644
index b5f75d00de..0000000000
--- a/package/compcache/Config.in
+++ /dev/null
@@ -1,29 +0,0 @@
-menu "Configuration"
- depends on PACKAGE_compcache
-
-config COMPCACHE_ENABLE
- bool "enabled on boot"
- default n
- help
- Enables compressed ram swap devices.
-
-config COMPCACHE_RAM_REPORTED
- string "swap space reported to kernel in kb"
- 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"
- default ""
- help
- Compcache will use this as a backup device for swap.
- Example:
- /dev/sda5
-
-endmenu