From: Mike Baker Date: Thu, 21 Apr 2005 06:14:52 +0000 (+0000) Subject: add lzma to compile chain X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=0d171cb530bc1743360f2f2b1a9275a9ca0d7ace add lzma to compile chain SVN-Revision: 695 --- diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index c3d99b6526..bd33a1a7ca 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,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