X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fdownload.mk;h=b185f1ac36805ddb4de5924e4f7c47102da2582e;hb=a251aef6561604e953ff4fb4624debfa18a13b42;hp=f064ee9e8cf32faa52e4e0566d648a0627b03814;hpb=9438ab2df484790d8aceda36862b0f7403199f4f;p=openwrt-github%2F.git diff --git a/include/download.mk b/include/download.mk index f064ee9e8c..b185f1ac36 100644 --- a/include/download.mk +++ b/include/download.mk @@ -82,8 +82,8 @@ define DownloadMethod/git cd $(TMP_DIR)/dl && \ rm -rf $(SUBDIR) && \ [ \! -d $(SUBDIR) ] && \ - git-clone $(URL) $(SUBDIR) && \ - (cd $(SUBDIR) && git-checkout $(VERSION)) && \ + git clone $(URL) $(SUBDIR) && \ + (cd $(SUBDIR) && git checkout $(VERSION)) && \ echo "Packing checkout..." && \ rm -rf $(SUBDIR)/.git && \ $(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \