include, base-files: align default repository url with changed buildbot structure
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44091 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
83b525eabd
commit
04ef21d09b
2 changed files with 3 additions and 4 deletions
|
@ -170,7 +170,7 @@ if VERSIONOPT
|
|||
config VERSION_REPO
|
||||
string
|
||||
prompt "Release repository"
|
||||
default "http://downloads.openwrt.org/snapshots/trunk/%s/packages"
|
||||
default "http://downloads.openwrt.org/snapshots/trunk/%S/packages"
|
||||
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,7 +185,6 @@ if VERSIONOPT
|
|||
%d .. Distribution name or "openwrt", lowercase
|
||||
%T .. Target name
|
||||
%S .. Target/Subtarget name
|
||||
%s .. Target/Subtarget name in dotted notation, e.g. "ar71xx" or "ar71xx.nand"
|
||||
%t .. Build taint flags, e.g. "no-all busybox"
|
||||
%M .. Manufacturer name or "OpenWrt"
|
||||
%P .. Product name or "Generic"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue