package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / redis / Config.in
blob5d7edd8139504f10a7b15e6ddd9071b0473ad40e
1 config BR2_PACKAGE_REDIS
2         bool "redis"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_ATOMIC
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         help
7           Redis is an open source, advanced key-value store. It is
8           often referred to as a data structure server since keys can
9           contain strings, hashes, lists, sets and sorted sets.
11           http://www.redis.io
13 comment "redis needs a toolchain w/ threads"
14         depends on BR2_USE_MMU
15         depends on BR2_TOOLCHAIN_HAS_ATOMIC
16         depends on !BR2_TOOLCHAIN_HAS_THREADS