mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
BR2_PRIMARY_SITE: move to Mirrors and Download locations menu
This commit is contained in:
parent
2671be4d64
commit
2b893123a5
@ -15,15 +15,6 @@ source "target/device/Config.in"
|
|||||||
|
|
||||||
menu "Build options"
|
menu "Build options"
|
||||||
|
|
||||||
config BR2_PRIMARY_SITE
|
|
||||||
string "Primary download site"
|
|
||||||
default ""
|
|
||||||
help
|
|
||||||
Primary site to download from. If this option is set then buildroot
|
|
||||||
will try to download package source first from this site and try the
|
|
||||||
default if the file is not found.
|
|
||||||
NOTE: This only works for packages using the Makefile.autotools.in
|
|
||||||
|
|
||||||
config BR2_WGET
|
config BR2_WGET
|
||||||
string "Wget command"
|
string "Wget command"
|
||||||
default "wget --passive-ftp -nd"
|
default "wget --passive-ftp -nd"
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
menu "Mirrors and Download locations"
|
menu "Mirrors and Download locations"
|
||||||
|
|
||||||
|
config BR2_PRIMARY_SITE
|
||||||
|
string "Primary download site"
|
||||||
|
default ""
|
||||||
|
help
|
||||||
|
Primary site to download from. If this option is set then buildroot
|
||||||
|
will try to download package source first from this site and try the
|
||||||
|
default if the file is not found.
|
||||||
|
NOTE: This only works for packages using the Makefile.autotools.in
|
||||||
|
|
||||||
config BR2_SOURCEFORGE_MIRROR
|
config BR2_SOURCEFORGE_MIRROR
|
||||||
string "Sourceforge mirror site"
|
string "Sourceforge mirror site"
|
||||||
default "easynews"
|
default "easynews"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user