python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / tor / Config.in
blob52009267e208e8ccc18b65e2edfe90a0814201e9
1 config BR2_PACKAGE_TOR
2         bool "tor"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
5         select BR2_PACKAGE_LIBEVENT
6         select BR2_PACKAGE_OPENSSL
7         select BR2_PACKAGE_ZLIB
8         help
9           Tor is free software and an open network that helps you
10           defend against traffic analysis, a form of network
11           surveillance that threatens personal freedom and privacy,
12           confidential business activities and relationships, and
13           state security.
15           https://www.torproject.org
17 comment "tor needs a toolchain w/ NPTL"
18         depends on BR2_USE_MMU
19         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL