summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-02-09 23:09:48 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-02-09 23:09:48 +0100
commitd0d3502e2ee103914414b4a82ea0ce786b54c4a5 (patch)
tree306e432cf40dc41298b1d89f03fde8f4ed42c961 /Config.in
parente5f6f55e12251faaaca54dbdcaf41296aedd3498 (diff)
downloadbuildroot-novena-d0d3502e2ee103914414b4a82ea0ce786b54c4a5.tar.gz
buildroot-novena-d0d3502e2ee103914414b4a82ea0ce786b54c4a5.zip
Config.in: use kent.dl.sourceforge.net by default
Easynews has been down for a number of days, and it is no longer in the mirror list, so use the mirror from the University of Kent instead by default. At the same time fix the link to the sf mirror list. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index c992c5bef..a67c08d7f 100644
--- a/Config.in
+++ b/Config.in
@@ -103,7 +103,7 @@ config BR2_BACKUP_SITE
config BR2_SOURCEFORGE_MIRROR
string "Sourceforge mirror site"
- default "easynews"
+ default "kent"
help
Sourceforge has a system of mirror sites. Some sites may be
closer to your location, and sometimes mirror sites go down
@@ -111,7 +111,7 @@ config BR2_SOURCEFORGE_MIRROR
your preferred Sourceforge mirror site.
The list of mirrors is available here:
- http://prdownloads.sourceforge.net/index-sf.html?download
+ http://sourceforge.net/apps/trac/sourceforge/wiki/Mirrors
config BR2_KERNEL_MIRROR
string "Kernel.org mirror"