projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c244fd
)
Makefile: Put lzma before squashfs so compile of squashfs4 succeeds (depends on lzma)
author
Daniel Dickinson
<crazycshore@gmail.com>
Sun, 12 Dec 2010 05:50:47 +0000
(
05:50
+0000)
committer
Daniel Dickinson
<crazycshore@gmail.com>
Sun, 12 Dec 2010 05:50:47 +0000
(
05:50
+0000)
SVN-Revision: 24513
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 3b3f187c4d7bf1d78dc6e992f3c1818bbea4006a..ce405e7adb60ff4d7c5c2aef72e7073ce8f0a088 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-21,9
+21,9
@@
tools-y += xorg-macros xz
tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
tools-$(CONFIG_TARGET_x86) += qemu
ifneq ($(CONFIG_TARGET_ar71xx),)
-tools-y +=
squashfs lzma-old
+tools-y +=
lzma-old squashfs
endif
-tools-y +=
squashfs4 lzma
+tools-y +=
lzma squashfs4
tools-$(CONFIG_CCACHE) += ccache
ifdef CONFIG_GCC_USE_GRAPHITE