summaryrefslogtreecommitdiff
path: root/openwrt/target/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-20 17:01:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-20 17:01:30 +0000
commitb6defb27cbb3f978cbf66f92f4379eeb1318b83a (patch)
treed54625559910142e0895d8a2318d003de21a286c /openwrt/target/Makefile
parentb00ba37ec09d2d802a42d98ca6b8d32b3a0dfda2 (diff)
downloadmtk-20170518-b6defb27cbb3f978cbf66f92f4379eeb1318b83a.zip
mtk-20170518-b6defb27cbb3f978cbf66f92f4379eeb1318b83a.tar.gz
mtk-20170518-b6defb27cbb3f978cbf66f92f4379eeb1318b83a.tar.bz2
add openwrt image builder to sdk
SVN-Revision: 688
Diffstat (limited to 'openwrt/target/Makefile')
-rw-r--r--openwrt/target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile
index 437609a..c3d99b6 100644
--- a/openwrt/target/Makefile
+++ b/openwrt/target/Makefile
@@ -74,7 +74,7 @@ $(BIN_DIR):
$(INSTALL_TARGET_DIRS): lzma-loader-compile
$(IMAGE_TARGETS): $(patsubst %,%-install,$(TARGET_DIRS))
-compile: $(patsubst %,%-compile,$(TARGET_DIRS))
+compile: $(patsubst %,%-compile,jffs2 squashfs-lzma lzma-loader)
install: utils-install lzma-install $(LINUX_IMAGE) $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS)
clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean