projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
769e1d3
)
add lzma to compile chain
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Apr 2005 06:14:52 +0000
(06:14 +0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Apr 2005 06:14:52 +0000
(06:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@695
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/Makefile
patch
|
blob
|
history
diff --git
a/target/Makefile
b/target/Makefile
index
c3d99b6
..
bd33a1a
100644
(file)
--- 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
This page took
0.021429 seconds
and
4
git commands to generate.