projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
444bd44
)
fix a small logic error in package download
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Oct 2011 16:54:03 +0000
(16:54 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Oct 2011 16:54:03 +0000
(16:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28395
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index
2ad0f11
..
c0c9194
100644
(file)
--- 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:
This page took
0.028602 seconds
and
4
git commands to generate.