X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/2389b46d1d07068a3d708cf6e42b54f3b872fd97..bae55c0f8babceda302e4f63c6f9bfe6c8d5dd8a:/include/package.mk diff --git a/include/package.mk b/include/package.mk index 1c2c179cd..cfb39dac8 100644 --- a/include/package.mk +++ b/include/package.mk @@ -100,6 +100,11 @@ define Build/DefaultTargets $(if $(strip $(PKG_SOURCE_URL)),$(call Download,default)) $(call Build/Autoclean) + download: + $(foreach hook,$(Hooks/Download), + $(call $(hook))$(sep) + ) + $(STAMP_PREPARED) : export PATH=$$(TARGET_PATH_PKG) $(STAMP_PREPARED): @-rm -rf $(PKG_BUILD_DIR)