[Buildroot] buildroot not using my proxy settings

Phil Edworthy Phil.Edworthy at renesas.com
Mon Jul 19 16:40:05 UTC 2010


Hi,

> Does anyone know if there is another thing to configure to get
> buildroot to use my proxy settings?
> 
> My system is ubuntu linux 10.04 LTS and I'm using buildroot
> v23434. Thanks in advance.

It's not really anything to do with Buildroot, but hey... I had the same
problem in Ubuntu 10.04, try:

export no_proxy=$(echo $no_proxy | sed 's/,$//')

As long as wget works, then Buildroot shouldn't have any problems.

Phil



More information about the buildroot mailing list