package/mac80211: add a patch to fix package/carl9170 build failure
[openwrt/openwrt.git] / package / compcache / Config.in
1 # compcache configuration
2
3 config COMPCACHE_ENABLE
4 bool "enabled on boot"
5 default n
6 depends on PACKAGE_kmod-compcache
7 help
8 Enables compressed ram swap devices.
9
10 config COMPCACHE_RAM_REPORTED
11 string "swap space reported to kernel in kb"
12 depends on PACKAGE_kmod-compcache
13 default "2048"
14 help
15 This is the amount of memory that will be reported
16 to the kernel as swap. The real ram in use will differ,
17 because of lzo compression.
18 Example:
19 16 MB = 2048 KB
20 32 MB = 4098 KB
21
22 config COMPCACHE_BACKUP_DEV
23 string "Backup device for compcache"
24 depends on PACKAGE_kmod-compcache
25 default ""
26 help
27 Compcache will use this as a backup device for swap.
28 Example:
29 /dev/sda5
30