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 | 37319410fe9edd7acb1a2e21e0a039f3a205456c (patch) | |
tree | b116b688524b2c35c8f85cd47b80bc62e9484481 /tools/Makefile | |
parent | 6d6d8f18a3fd82bbef8e9a5edc4e29ecbc64b230 (diff) | |
download | upstream-37319410fe9edd7acb1a2e21e0a039f3a205456c.tar.gz upstream-37319410fe9edd7acb1a2e21e0a039f3a205456c.tar.bz2 upstream-37319410fe9edd7acb1a2e21e0a039f3a205456c.zip |
[tools] add tool for squashfs4 image generation (w/o LZMA support)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15864 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |