Un-mark Socks proxy settings as BROKEN.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Jun 20 14:00:01 2008 +0000 (2008-06-20)
changeset 601d3f712796549
parent 600 8c669e6e9af3
child 602 1968d150a34f
Un-mark Socks proxy settings as BROKEN.

/trunk/config/global/download_extract.in | 16 4 12 0 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
config/global/download_extract.in
     1.1 --- a/config/global/download_extract.in	Fri Jun 20 12:02:25 2008 +0000
     1.2 +++ b/config/global/download_extract.in	Fri Jun 20 14:00:01 2008 +0000
     1.3 @@ -104,14 +104,9 @@
     1.4      help
     1.5        Use a Socks 4/5 proxy to connect to the internet.
     1.6        All protocols can get tunneled through this kind of proxy (depending
     1.7 -      on your proxy configuration, so;e do not allow all protocols, but
     1.8 +      on your proxy configuration, some do not allow all protocols, but
     1.9        chances are that protocols needed by crosstool-NG are allowed).
    1.10  
    1.11 -      Please note that the proxy you are using MUST be on the same subnet
    1.12 -      as your machine. That is, it must be reachable without a hop through
    1.13 -      any gate. If this is not the case, then do NOT use this option, and
    1.14 -      setup tsocks system-wide.
    1.15 -
    1.16        Alternatively to setting this option, you can configure tsocks
    1.17        system-wide, and set and export the following variable in your
    1.18        environment:
    1.19 @@ -138,21 +133,18 @@
    1.20  
    1.21  config PROXY_TYPE_SOCKS_AUTO
    1.22      bool
    1.23 -    prompt "Auto (BROKEN)"
    1.24 -    depends on BROKEN
    1.25 +    prompt "Auto"
    1.26      help
    1.27        crosstool-NG will attempt to guess what type of SOCKS version
    1.28        the proxy speaks.
    1.29  
    1.30  config PROXY_TYPE_SOCKS_4
    1.31      bool
    1.32 -    prompt "SOCKS 4 (BROKEN)"
    1.33 -    depends on BROKEN
    1.34 +    prompt "SOCKS 4"
    1.35  
    1.36  config PROXY_TYPE_SOCKS_5
    1.37      bool
    1.38 -    prompt "SOCKS 5 (BROKEN)"
    1.39 -    depends on BROKEN
    1.40 +    prompt "SOCKS 5"
    1.41  
    1.42  endchoice
    1.43