diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-28 21:54:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-28 21:54:36 +0000 |
commit | bb9e6a7d9e1632b17525151673d5d68ab5765a7c (patch) | |
tree | 3297fd0b1e5ccf5d9691c4160f1cd921a8b847c2 /target/device/Config.in.mirrors | |
parent | 41d2a92fee88e7cbb8f10b96289348d3a52684be (diff) | |
download | buildroot-novena-bb9e6a7d9e1632b17525151673d5d68ab5765a7c.tar.gz buildroot-novena-bb9e6a7d9e1632b17525151673d5d68ab5765a7c.zip |
- naming convention is Config.in resp. Config.in.foo
Adjust some accordingly
Diffstat (limited to 'target/device/Config.in.mirrors')
-rw-r--r-- | target/device/Config.in.mirrors | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/device/Config.in.mirrors b/target/device/Config.in.mirrors new file mode 100644 index 000000000..8d4b068c3 --- /dev/null +++ b/target/device/Config.in.mirrors @@ -0,0 +1,17 @@ +menu "Mirrors and Download locations" + +config BR2_SOURCEFORGE_MIRROR + string "Sourceforge mirror site" + default "easynews" + help + Sourceforge has a system of mirror sites. Some sites may be + closer to your location, and sometimes mirror sites go down + and are no longer available. This option allows you to select + your preferred Sourceforge mirror site. + + The list of mirrors is available here: + http://prdownloads.sourceforge.net/index-sf.html?download + +source "target/device/Atmel/Config.in.mirrors" + +endmenu |