mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fix calling the update target for host-only builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14997 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -128,6 +128,7 @@ ifndef DUMP
|
|||||||
compile: host-compile
|
compile: host-compile
|
||||||
install: host-install
|
install: host-install
|
||||||
clean: host-clean
|
clean: host-clean
|
||||||
|
update: host-update
|
||||||
else
|
else
|
||||||
host-compile: $(HOST_STAMP_INSTALLED)
|
host-compile: $(HOST_STAMP_INSTALLED)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user