diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-06 22:34:35 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-06 22:34:35 +0000 |
commit | b826e42476dba4068234f4ea468b9c3e47c77293 (patch) | |
tree | d178b3d05aa444137be1648422d63b2429fda024 /tools | |
parent | d856ed78ada03b57d3c0021eb9ecea33a6d27855 (diff) | |
download | upstream-b826e42476dba4068234f4ea468b9c3e47c77293.tar.gz upstream-b826e42476dba4068234f4ea468b9c3e47c77293.tar.bz2 upstream-b826e42476dba4068234f4ea468b9c3e47c77293.zip |
reenable squashfs4 for ar71xx, it needs both old and new
SVN-Revision: 23281
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 5c6a499a6e..91e980e554 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -21,7 +21,8 @@ tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2 tools-$(CONFIG_TARGET_x86) += qemu ifneq ($(CONFIG_LINUX_2_6_25)$(CONFIG_TARGET_ar71xx),) tools-y += squashfs lzma-old -else +endif +ifeq ($(CONFIG_LINUX_2_6_25),) tools-y += squashfs4 lzma endif tools-$(CONFIG_CCACHE) += ccache |