From 8a6e77c00682766ea573d9a4202a6fee7a699d6c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 29 Sep 2007 04:29:11 +0000 Subject: fixes for refresh/update handling git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9063 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/host-build.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/host-build.mk') diff --git a/include/host-build.mk b/include/host-build.mk index e0a2ec1493..8a8d6dec21 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)) -- cgit v1.2.3