diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-29 04:29:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-29 04:29:11 +0000 |
commit | e2f7a60283565763d4120356b2daa9544bf77d3b (patch) | |
tree | bce6402b2aeb9542fbb85488f2da9e7a4b57ed1c /include/host-build.mk | |
parent | d1933f97616f741723c7dbe0efb32bd9100c7886 (diff) | |
download | mtk-20170518-e2f7a60283565763d4120356b2daa9544bf77d3b.zip mtk-20170518-e2f7a60283565763d4120356b2daa9544bf77d3b.tar.gz mtk-20170518-e2f7a60283565763d4120356b2daa9544bf77d3b.tar.bz2 |
fixes for refresh/update handling
SVN-Revision: 9063
Diffstat (limited to 'include/host-build.mk')
-rw-r--r-- | include/host-build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host-build.mk b/include/host-build.mk index e0a2ec1..8a8d6de 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -87,6 +87,7 @@ define Download/default endef define HostBuild + $(if $(QUILT),$(Build/Quilt)) $(if $(strip $(PKG_SOURCE_URL)),$(call Download,default)) $(if $(DUMP),,$(call HostBuild/Autoclean)) |