mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
Config.in: use better URL for GNU mirrors
As explained on http://www.gnu.org/prep/ftp.en.html, the network of GNU mirrors provide a generic address, http://ftpmirror.gnu.org/, which automatically redirects to an up-to-date and local mirror. This allows to greatly speed-up downloads, and also reduces the load on the main GNU server. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5ff845927b
commit
3999f0ad3c
@ -240,10 +240,12 @@ config BR2_KERNEL_MIRROR
|
|||||||
|
|
||||||
config BR2_GNU_MIRROR
|
config BR2_GNU_MIRROR
|
||||||
string "GNU Software mirror"
|
string "GNU Software mirror"
|
||||||
default "http://ftp.gnu.org/pub/gnu"
|
default "http://ftpmirror.gnu.org"
|
||||||
help
|
help
|
||||||
GNU has multiple software mirrors scattered around the world.
|
GNU has multiple software mirrors scattered around the
|
||||||
The following allows you to select your preferred mirror.
|
world. The following allows you to select your preferred
|
||||||
|
mirror. By default, a generic address is used, which
|
||||||
|
automatically selects an up-to-date and local mirror.
|
||||||
|
|
||||||
Have a look on the gnu.org site for a list of mirrors, then enter
|
Have a look on the gnu.org site for a list of mirrors, then enter
|
||||||
the URL to the base directory. Examples:
|
the URL to the base directory. Examples:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user