enabled when DEVELOPER=1
[openwrt.git] / package / tor / Config.in
1 config BR2_PACKAGE_TOR
2         tristate "tor - An anonymous Internet communication system"
3         default m if CONFIG_DEVEL
4         select BR2_PACKAGE_LIBEVENT
5         select BR2_PACKAGE_LIBOPENSSL
6         select BR2_PACKAGE_LIBPTHREAD
7         select BR2_PACKAGE_ZLIB
8         help
9           Tor is a toolset for a wide range of organizations and people that want
10           to improve their safety and security on the Internet. Using Tor can 
11           help you anonymize web browsing and publishing, instant messaging, 
12           IRC, SSH, and more. Tor also provides a platform on which software 
13           developers can build new applications with built-in anonymity, safety, 
14           and privacy features.
15           
16           http://tor.eff.org/
17