blob: e011d0890a1d64d419a2982f00132249e19795c1 [file] [log] [blame]
Gustavo Zacariasa2743962014-07-17 18:20:13 -03001config BR2_PACKAGE_MEMCACHED
2 bool "memcached"
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on BR2_USE_MMU # fork()
5 select BR2_PACKAGE_LIBEVENT
6 help
7 Memcached is an in-memory key-value store for small chunks
8 of arbitrary data (strings, objects) from results of database calls,
9 API calls, or page rendering.
10
11 http://www.memcached.org/
12
13comment "memcached needs a toolchain w/ threads"
14 depends on !BR2_TOOLCHAIN_HAS_THREADS
15 depends on BR2_USE_MMU