mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:27:31 +02:00
fix a small logic error in package download
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28395 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
444bd44390
commit
3acb66c2dc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user