|
@@ -165,8 +165,10 @@ config BR2_PRIMARY_SITE
|
|
|
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.
|
|
|
- Valid URIs are URIs recognized by $(WGET) and scp URIs of the form
|
|
|
- scp://[user@]host:path.
|
|
|
+ Valid URIs are:
|
|
|
+ - URIs recognized by $(WGET)
|
|
|
+ - local URIs of the form file://absolutepath
|
|
|
+ - scp URIs of the form scp://[user@]host:path.
|
|
|
|
|
|
config BR2_PRIMARY_SITE_ONLY
|
|
|
bool "Only allow downloads from primary download site"
|