aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/image-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/image-config.in')
-rw-r--r--package/base-files/image-config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in
index 5f84d115e5..c68f0b4a37 100644
--- a/package/base-files/image-config.in
+++ b/package/base-files/image-config.in
@@ -170,7 +170,7 @@ if VERSIONOPT
config VERSION_REPO
string
prompt "Release repository"
- default "http://downloads.lede-project.org/snapshots/trunk/%S/packages"
+ default "http://downloads.lede-project.org/snapshots"
help
This is the repository address embedded in the image, it defaults
to the trunk snapshot repo; the url may contain the following placeholders:
@@ -185,6 +185,7 @@ if VERSIONOPT
%d .. Distribution name or "lede", lowercase
%T .. Target name
%S .. Target/Subtarget name
+ %A .. Package architecture
%t .. Build taint flags, e.g. "no-all busybox"
%M .. Manufacturer name or "Lede"
%P .. Product name or "Generic"