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