Commit 49565a28 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files
parent 70ad172e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_TOR
	bool "tor"
	depends on BR2_USE_MMU # fork()
	depends on BR2_TOOLCHAIN_HAS_THREADS
	select BR2_PACKAGE_LIBEVENT
	select BR2_PACKAGE_OPENSSL
	select BR2_PACKAGE_ZLIB
@@ -12,3 +13,7 @@ config BR2_PACKAGE_TOR
	  state security.

	  https://www.torproject.org

comment "tor needs a toolchain w/ threads"
	depends on BR2_USE_MMU
	depends on !BR2_TOOLCHAIN_HAS_THREADS