From 0a81b47617fedd8f3cc561deff204fc8904643e8 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 23 Mar 2009 18:33:24 +0000
Subject: [PATCH] fix calling the update target for host-only builds

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

diff --git a/include/host-build.mk b/include/host-build.mk
index 3d1983b28f..39de66bb9f 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -128,6 +128,7 @@ ifndef DUMP
     compile: host-compile
     install: host-install
     clean: host-clean
+    update: host-update
   else
     host-compile: $(HOST_STAMP_INSTALLED)
   endif
-- 
GitLab