summaryrefslogtreecommitdiff
path: root/config/global
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-20 14:00:01 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-20 14:00:01 (GMT)
commitaec9074b72704cf76457bb02db8e564adb4da2aa (patch)
tree175898f40c93a666a245ded83860501b25faeda6 /config/global
parentcec69cf1c18bb7fa34b2c272d0187f8940cb6fd3 (diff)
Un-mark Socks proxy settings as BROKEN.
/trunk/config/global/download_extract.in | 16 4 12 0 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-)
Diffstat (limited to 'config/global')
-rw-r--r--config/global/download_extract.in16
1 files changed, 4 insertions, 12 deletions
diff --git a/config/global/download_extract.in b/config/global/download_extract.in
index 2ddc523..3a0db35 100644
--- a/config/global/download_extract.in
+++ b/config/global/download_extract.in
@@ -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