config FREETZ_PACKAGE_TOR bool "Tor 0.4.4.6" select FREETZ_LIB_libm if !FREETZ_PACKAGE_TOR_STATIC && FREETZ_TARGET_UCLIBC_HAS_multiple_libs select FREETZ_LIB_libevent if !FREETZ_PACKAGE_TOR_STATIC select FREETZ_LIB_libcrypto if !FREETZ_PACKAGE_TOR_STATIC select FREETZ_LIB_libcrypto_WITH_EC select FREETZ_LIB_libssl if !FREETZ_PACKAGE_TOR_STATIC select FREETZ_LIB_libz if !FREETZ_PACKAGE_TOR_STATIC select FREETZ_OPENSSL_VERSION_PROMPT if FREETZ_PACKAGE_TOR_STATIC select FREETZ_OPENSSL_VERSION_1_REQUIRED default n help The Onion Router Anonymous Internet communication system. if FREETZ_PACKAGE_TOR config FREETZ_PACKAGE_TOR_GEOIP_V4 bool "With GeoIP database for IPv4" default n help This includes the GeoIP database for IPv4. Needs about 850KB (compressed). config FREETZ_PACKAGE_TOR_GEOIP_V6 bool "With GeoIP database for IPv6" default n help This includes the GeoIP database for IPv6. Needs about 180 KB (compressed). config FREETZ_PACKAGE_TOR_STATIC bool "Link statically" default n help Build tor binary with statically linked libraries. endif # FREETZ_PACKAGE_TOR