1 config BR2_PACKAGE_MEMCACHED
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on BR2_USE_MMU # fork()
5 select BR2_PACKAGE_LIBEVENT
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.
11 http://www.memcached.org/
13 comment "memcached needs a toolchain w/ threads"
14 depends on !BR2_TOOLCHAIN_HAS_THREADS
15 depends on BR2_USE_MMU