]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Remove BR2_SOURCEFORGE_MIRROR variable
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 Aug 2012 23:04:58 +0000 (01:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 Aug 2012 23:04:58 +0000 (01:04 +0200)
Now that all packages have been converted to use the
downloads.sourceforge.net URLs that automatically selects an available
Sourceforge mirror, we can get rid of the BR2_SOURCEFORGE_MIRROR
configuration variable.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in
package/pkg-generic.mk

index 4a7e6b5b1b44779024de1521e5c5362cf6ee639f..dab7787df818d5a3b9bbc7bc0b68ed518bb2c331 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -147,22 +147,6 @@ config BR2_BACKUP_SITE
          will fall back to download package sources from here if the
          normal location fails.
 
-config BR2_SOURCEFORGE_MIRROR
-       string "Sourceforge mirror site"
-       default "kent"
-       help
-         Note: the usage of this variable is deprecated. Packages
-         should instead use the http://downloads.sourceforge.net/ URL
-         which automatically chooses a working mirror
-
-         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://sourceforge.net/apps/trac/sourceforge/wiki/Mirrors
-
 config BR2_KERNEL_MIRROR
        string "Kernel.org mirror"
        default "http://www.kernel.org/pub/"
index 68d23bae43686c8a718eea6a3ccd8f9673a39f7b..ffe7dfbc5f762ec7dff14e7da3d249a49cc25771 100644 (file)
@@ -244,9 +244,6 @@ endif
 ifndef $(2)_SITE
  ifdef $(3)_SITE
   $(2)_SITE = $($(3)_SITE)
- else
-  $(2)_SITE                    ?= \
-       http://$$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/$(1)
  endif
 endif