aboutsummaryrefslogtreecommitdiffstats
path: root/target/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-04-21 06:14:52 +0000
committerMike Baker <mbm@openwrt.org>2005-04-21 06:14:52 +0000
commiteb3ea63191ce9b19edc661099eca362be626bde8 (patch)
treeb72385a23ae3a5c66398e659eb617d53cd053d3e /target/Makefile
parent0b3d9d9107b377e27a38532f5280795959067d2a (diff)
downloadupstream-eb3ea63191ce9b19edc661099eca362be626bde8.tar.gz
upstream-eb3ea63191ce9b19edc661099eca362be626bde8.tar.bz2
upstream-eb3ea63191ce9b19edc661099eca362be626bde8.zip
add lzma to compile chain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@695 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index c3d99b6526..bd33a1a7ca 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -74,7 +74,7 @@ $(BIN_DIR):
$(INSTALL_TARGET_DIRS): lzma-loader-compile
$(IMAGE_TARGETS): $(patsubst %,%-install,$(TARGET_DIRS))
-compile: $(patsubst %,%-compile,jffs2 squashfs-lzma lzma-loader)
+compile: $(patsubst %,%-compile,jffs2 lzma squashfs-lzma lzma-loader)
install: utils-install lzma-install $(LINUX_IMAGE) $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS)
clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean