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 | 568fd53c83b97795a65432d69022f8b89e4f599e (patch) | |
tree | 57bb7a0d3617beba3516e18879546dd2483a0677 /tools/Makefile | |
parent | dd4c16c317821f429368384e4b7d630a04ae0c0e (diff) | |
download | upstream-568fd53c83b97795a65432d69022f8b89e4f599e.tar.gz upstream-568fd53c83b97795a65432d69022f8b89e4f599e.tar.bz2 upstream-568fd53c83b97795a65432d69022f8b89e4f599e.zip |
[tools] reenable squashfs4 for ar71xx, it needs both old and new
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23281 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-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 |