From 3acb66c2dc37fbc6b35c912390459e732f5854f4 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 9 Oct 2011 16:54:03 +0000 Subject: [PATCH] fix a small logic error in package download git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28395 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/package.mk b/include/package.mk index 2ad0f11bc..c0c91946d 100644 --- a/include/package.mk +++ b/include/package.mk @@ -109,7 +109,7 @@ Build/Exports=$(Build/Exports/Default) define Build/DefaultTargets $(if $(QUILT),$(Build/Quilt)) - $(if $(USE_GIT_TREE),$(if $(strip $(PKG_SOURCE_URL)),$(call Download,default))) + $(if $(USE_GIT_TREE),,$(if $(strip $(PKG_SOURCE_URL)),$(call Download,default))) $(call Build/Autoclean) download: -- 2.20.1