Author: jow Date: 2014-10-16 16:42:28 +0200 (Thu, 16 Oct 2014) New Revision: 42932
Modified: branches/barrier_breaker/include/version.mk Log: BB: include: predefine correct repo url template for 14.07 Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: branches/barrier_breaker/include/version.mk =================================================================== --- branches/barrier_breaker/include/version.mk 2014-10-16 10:30:16 UTC (rev 42931) +++ branches/barrier_breaker/include/version.mk 2014-10-16 14:42:28 UTC (rev 42932) @@ -27,7 +27,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
