From: Jo-Philipp Wich Date: Thu, 16 Oct 2014 14:42:28 +0000 (+0000) Subject: BB: include: predefine correct repo url template for 14.07 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9cc8d5b695368d3739318b16e4c606efc2941099;p=openwrt%2Fsvn-archive%2Farchive.git BB: include: predefine correct repo url template for 14.07 Signed-off-by: Jo-Philipp Wich SVN-Revision: 42932 --- 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)