X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0e222f60ff2b22a98094dedba70af5fe75e004c5..2f07c201cbd1c54df399b708efa0885c69bfa307:/openwrt/target/Makefile diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index 6a1bd954a..437609a28 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -73,6 +73,7 @@ $(BIN_DIR): mkdir -p $(BIN_DIR) $(INSTALL_TARGET_DIRS): lzma-loader-compile +$(IMAGE_TARGETS): $(patsubst %,%-install,$(TARGET_DIRS)) compile: $(patsubst %,%-compile,$(TARGET_DIRS)) install: utils-install lzma-install $(LINUX_IMAGE) $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS) clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean