diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-16 14:42:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-16 14:42:28 +0000 |
commit | 52f7e31b90fca2ba9f96cf5693401648c99f1985 (patch) | |
tree | 3c478d2b0f50a8bce126da45390ecf5c5ad5b058 /include/version.mk | |
parent | f93d02af63a9e546cf7ba390c842b56ca6de8fec (diff) | |
download | upstream-52f7e31b90fca2ba9f96cf5693401648c99f1985.tar.gz upstream-52f7e31b90fca2ba9f96cf5693401648c99f1985.tar.bz2 upstream-52f7e31b90fca2ba9f96cf5693401648c99f1985.zip |
BB: include: predefine correct repo url template for 14.07
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42932 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/version.mk')
-rw-r--r-- | include/version.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.mk b/include/version.mk index 338d590e9a..cfabe07d6c 100644 --- a/include/version.mk +++ b/include/version.mk @@ -27,7 +27,7 @@ VERSION_NICK:=$(call qstrip,$(CONFIG_VERSION_NICK)) VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE)) VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO)) -VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/snapshots/trunk/%T/packages) +VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/%n/%v/%S/packages) VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST)) VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt) |