Author: jow Date: 2016-01-11 09:44:07 +0100 (Mon, 11 Jan 2016) New Revision: 48198
Modified: branches/barrier_breaker/include/download.mk Log: BB: build: add a variable pointing to the main openwrt git repositories (useful if we want to support using a mirror later) Signed-off-by: Felix Fietkau <[email protected]> Backport of r48117 Modified: branches/barrier_breaker/include/download.mk =================================================================== --- branches/barrier_breaker/include/download.mk 2016-01-11 08:43:50 UTC (rev 48197) +++ branches/barrier_breaker/include/download.mk 2016-01-11 08:44:07 UTC (rev 48198) @@ -5,6 +5,8 @@ # See /LICENSE for more information. # +OPENWRT_GIT = http://git.openwrt.org + DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED) # Try to guess the download method from the URL _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
