2013-01-15 12:49:49 +01:00
|
|
|
config BR2_PACKAGE_PROXYCHAINS_NG
|
|
|
|
bool "proxychains-ng"
|
2013-02-07 19:20:30 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-10-05 06:30:59 +02:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2013-01-15 12:49:49 +01:00
|
|
|
help
|
2013-02-07 19:20:30 +01:00
|
|
|
Force any tcp connections to flow through a proxy (or proxy chain)
|
2013-01-15 12:49:49 +01:00
|
|
|
|
|
|
|
https://github.com/rofl0r/proxychains
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "proxychains-ng needs a toolchain w/ threads, dynamic library"
|
2013-10-05 06:30:59 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|