diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-15 12:07:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-15 12:07:21 +0000 |
commit | 01287654f215c79c70fb7e4addc4f59d0719341b (patch) | |
tree | a5b4f9c7ee83994c578934d35360022d78b63f30 /tools/Makefile | |
parent | e9d31c35ecff5ce2907e3c64baa6854d33dc3939 (diff) | |
download | upstream-01287654f215c79c70fb7e4addc4f59d0719341b.tar.gz upstream-01287654f215c79c70fb7e4addc4f59d0719341b.tar.bz2 upstream-01287654f215c79c70fb7e4addc4f59d0719341b.zip |
add tool for squashfs4 image generation (w/o LZMA support)
SVN-Revision: 15864
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 19ee453343..ebcbad4e78 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -12,7 +12,7 @@ curdir:=tools tools-y := tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr tools-y += m4 autoconf automake bison pkg-config sed -tools-y += sstrip ipkg-utils genext2fs squashfs mtd-utils lzma-old mkimage +tools-y += sstrip ipkg-utils genext2fs squashfs squashfs4 mtd-utils lzma-old mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 tools-$(CONFIG_CCACHE) += ccache |