Author: nbd Date: 2016-01-04 16:11:43 +0100 (Mon, 04 Jan 2016) New Revision: 48117
Modified: trunk/include/download.mk Log: 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]> Modified: trunk/include/download.mk =================================================================== --- trunk/include/download.mk 2016-01-04 15:11:37 UTC (rev 48116) +++ trunk/include/download.mk 2016-01-04 15:11:43 UTC (rev 48117) @@ -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
