summaryrefslogtreecommitdiffstats
path: root/package/tor/Config.in
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-04-20 19:51:37 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-25 16:53:07 +0200
commit17d2c6d5db1058efde7b65c8d068ec5fdfabe960 (patch)
tree93bdb64c6e70aab7e038f5b1937c41ee5614308c /package/tor/Config.in
parent2ab02505d5c88b3a54f234fb5bceb4e3618347b6 (diff)
downloadbuildroot-17d2c6d5db1058efde7b65c8d068ec5fdfabe960.tar.gz
buildroot-17d2c6d5db1058efde7b65c8d068ec5fdfabe960.zip
package/tor: new package
[Thomas: - remove reference to BR2_LARGEFILE, this option has been removed. Largefile support is now guaranteed to be present. - rewrap Config.in help text to the appropriate length.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tor/Config.in')
-rw-r--r--package/tor/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/tor/Config.in b/package/tor/Config.in
new file mode 100644
index 0000000000..d44bd9fd98
--- /dev/null
+++ b/package/tor/Config.in
@@ -0,0 +1,14 @@
+config BR2_PACKAGE_TOR
+ bool "tor"
+ depends on BR2_USE_MMU # fork()
+ select BR2_PACKAGE_LIBEVENT
+ select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_ZLIB
+ help
+ Tor is free software and an open network that helps you
+ defend against traffic analysis, a form of network
+ surveillance that threatens personal freedom and privacy,
+ confidential business activities and relationships, and
+ state security.
+
+ https://www.torproject.org
OpenPOWER on IntegriCloud