1config 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. 14 15 https://www.torproject.org 16 17comment "tor needs a toolchain w/ NPTL" 18 depends on BR2_USE_MMU 19 depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL 20