Author: jow Date: 2016-01-11 09:43:50 +0100 (Mon, 11 Jan 2016) New Revision: 48197
Modified: branches/chaos_calmer/include/download.mk Log: CC: 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/chaos_calmer/include/download.mk =================================================================== --- branches/chaos_calmer/include/download.mk 2016-01-10 22:38:59 UTC (rev 48196) +++ branches/chaos_calmer/include/download.mk 2016-01-11 08:43:50 UTC (rev 48197) @@ -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
