diff options
author | Thomas Lundquist <lists@zelow.no> | 2007-12-27 12:00:12 +0000 |
---|---|---|
committer | Thomas Lundquist <lists@zelow.no> | 2007-12-27 12:00:12 +0000 |
commit | dc6a57bc6909fbc175c86c044898f1c7694965fd (patch) | |
tree | c13c3f193d9b2b069fb06c2fc0cc2a14106f3091 /target/device | |
parent | dad4e51f6974b1129f59127f1bf8bdac915c873f (diff) | |
download | buildroot-novena-dc6a57bc6909fbc175c86c044898f1c7694965fd.tar.gz buildroot-novena-dc6a57bc6909fbc175c86c044898f1c7694965fd.zip |
Added BR2_DEBIAN_MIRROR
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/Config.in.mirrors | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/device/Config.in.mirrors b/target/device/Config.in.mirrors index 92ed872fa..43318dcff 100644 --- a/target/device/Config.in.mirrors +++ b/target/device/Config.in.mirrors @@ -38,6 +38,16 @@ config BR2_GNU_MIRROR http://ftp.gnu.org/pub/gnu http://mirror.aarnet.edu.au/pub/gnu +config BR2_DEBIAN_MIRROR + string "Debian Software mirror" + default "http://ftp.debian.org" + help + Debian has multiple software mirrors scattered around the world. + The following allows you to select your preferred mirror. + + Usually, just add your country code like XX here: + http://ftp.XX.debian.org + source "target/device/Atmel/Config.in.mirrors" endmenu |