From d288f855e3787bcb8af31db3f730e18c5218658e Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 28 Jan 2011 12:13:58 +0000
Subject: [PATCH] add a missing wrapper for the refresh target for host builds

SVN-Revision: 25193
---
 include/host-build.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/host-build.mk b/include/host-build.mk
index dbd1c3aa45..03feefa2ed 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -154,6 +154,7 @@ ifndef DUMP
     install: host-install
     clean: host-clean
     update: host-update
+    refresh: host-refresh
 
     $(HOST_STAMP_BUILT): $(HOST_STAMP_CONFIGURED)
 		$(foreach hook,$(Hooks/HostCompile/Pre),$(call $(hook))$(sep))
-- 
GitLab