mirror of https://github.com/hak5/openwrt.git
parent
874622d004
commit
f63daa85a2
|
@ -109,7 +109,7 @@ Build/Exports=$(Build/Exports/Default)
|
||||||
|
|
||||||
define Build/DefaultTargets
|
define Build/DefaultTargets
|
||||||
$(if $(QUILT),$(Build/Quilt))
|
$(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)
|
$(call Build/Autoclean)
|
||||||
|
|
||||||
download:
|
download:
|
||||||
|
|
Loading…
Reference in New Issue