projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d84cf7
)
add lzma to compile chain
author
Mike Baker
<mbm@openwrt.org>
Thu, 21 Apr 2005 06:14:52 +0000
(06:14 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Thu, 21 Apr 2005 06:14:52 +0000
(06:14 +0000)
SVN-Revision: 695
openwrt/target/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/Makefile
b/openwrt/target/Makefile
index c3d99b6526084855c19a5194eb1fb469763f598b..bd33a1a7ca72ba26199217d726972a4454876645 100644
(file)
--- 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