projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kirkwood] Fix patch
[openwrt.git]
/
tools
/
Makefile
diff --git
a/tools/Makefile
b/tools/Makefile
index
5a5c728
..
91e980e
100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-19,12
+19,10
@@
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
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),)
-tools-y += squashfs lzma-old
-else
-ifneq ($(CONFIG_TARGET_ar71xx),)
+ifneq ($(CONFIG_LINUX_2_6_25)$(CONFIG_TARGET_ar71xx),)
tools-y += squashfs lzma-old
endif
tools-y += squashfs lzma-old
endif
+ifeq ($(CONFIG_LINUX_2_6_25),)
tools-y += squashfs4 lzma
endif
tools-$(CONFIG_CCACHE) += ccache
tools-y += squashfs4 lzma
endif
tools-$(CONFIG_CCACHE) += ccache
This page took
0.025703 seconds
and
4
git commands to generate.