# This is a shellscript fragment that sets some options for 
# downloading software in movix-build.

# Proxy server. Strongly recommended.
#export http_proxy=http://your.proxy:port
#export http_proxy=http://192.168.49.4:3128

# Kernel mirror prefix - e.g. "at." in ftp.COUNTRYCODE.kernel.org
# You can safely uncomment it but it will possibly take longer.
#kernel_prefix="us."
#kernel_prefix="at."

# Bandwith control: you can slow down the downloads if you wish.
# Maximum bandwith to use per second, e.g. "999" (bytes), "20k" or "2m"
# You can leave this uncommented if you don't want bandwith control.
#limitrate="20k"
#limitrate="60k"

