projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808a6ab
)
[tools]: simplify old squashfs/lzma selection
author
kaloz
<kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Oct 2010 14:14:12 +0000
(14:14 +0000)
committer
kaloz
<kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Oct 2010 14:14:12 +0000
(14:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23244
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index
5a5c728
..
ac4d62c
100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-19,12
+19,9
@@
tools-y += sstrip ipkg-utils genext2fs libuuid mtd-utils mkimage
tools-y += firmware-utils patch-cmdline quilt yaffs2
tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2
tools-$(CONFIG_TARGET_x86) += qemu
-ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25),)
+ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25)
$(CONFIG_TARGET_ar71xx)
,)
tools-y += squashfs lzma-old
else
-ifneq ($(CONFIG_TARGET_ar71xx),)
-tools-y += squashfs lzma-old
-endif
tools-y += squashfs4 lzma
endif
tools-$(CONFIG_CCACHE) += ccache
This page took
0.027901 seconds
and
4
git commands to generate.