mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Un-mark Socks proxy settings as BROKEN.
/trunk/config/global/download_extract.in | 16 4 12 0 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-)
This commit is contained in:
parent
cec69cf1c1
commit
aec9074b72
@ -104,14 +104,9 @@ config PROXY_TYPE_SOCKS
|
||||
help
|
||||
Use a Socks 4/5 proxy to connect to the internet.
|
||||
All protocols can get tunneled through this kind of proxy (depending
|
||||
on your proxy configuration, so;e do not allow all protocols, but
|
||||
on your proxy configuration, some do not allow all protocols, but
|
||||
chances are that protocols needed by crosstool-NG are allowed).
|
||||
|
||||
Please note that the proxy you are using MUST be on the same subnet
|
||||
as your machine. That is, it must be reachable without a hop through
|
||||
any gate. If this is not the case, then do NOT use this option, and
|
||||
setup tsocks system-wide.
|
||||
|
||||
Alternatively to setting this option, you can configure tsocks
|
||||
system-wide, and set and export the following variable in your
|
||||
environment:
|
||||
@ -138,21 +133,18 @@ config PROXY_TYPE_SOCKS_SYS
|
||||
|
||||
config PROXY_TYPE_SOCKS_AUTO
|
||||
bool
|
||||
prompt "Auto (BROKEN)"
|
||||
depends on BROKEN
|
||||
prompt "Auto"
|
||||
help
|
||||
crosstool-NG will attempt to guess what type of SOCKS version
|
||||
the proxy speaks.
|
||||
|
||||
config PROXY_TYPE_SOCKS_4
|
||||
bool
|
||||
prompt "SOCKS 4 (BROKEN)"
|
||||
depends on BROKEN
|
||||
prompt "SOCKS 4"
|
||||
|
||||
config PROXY_TYPE_SOCKS_5
|
||||
bool
|
||||
prompt "SOCKS 5 (BROKEN)"
|
||||
depends on BROKEN
|
||||
prompt "SOCKS 5"
|
||||
|
||||
endchoice
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user