mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
fix default GNU URL
This commit is contained in:
parent
cb815ae003
commit
27efe55e34
@ -27,7 +27,7 @@ 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"
|
default "http://ftp.gnu.org/pub/gnu"
|
||||||
help
|
help
|
||||||
GNU has multiple software mirrors scattered around the world.
|
GNU has multiple software mirrors scattered around the world.
|
||||||
The following allows you to select your preferred mirror.
|
The following allows you to select your preferred mirror.
|
||||||
@ -35,7 +35,7 @@ config BR2_GNU_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:
|
||||||
|
|
||||||
http://ftp.gnu.org/pub/gnu (XX = country code)
|
http://ftp.gnu.org/pub/gnu
|
||||||
http://mirror.aarnet.edu.au/pub/gnu
|
http://mirror.aarnet.edu.au/pub/gnu
|
||||||
|
|
||||||
source "target/device/Atmel/Config.in.mirrors"
|
source "target/device/Atmel/Config.in.mirrors"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user