diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-02 08:37:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-02 08:37:56 +0000 |
commit | 7ce98c60011f7da5cbfa26187412c44545fa12d3 (patch) | |
tree | f2b6b94c0e38b43d3e04b9754aa07524ba522a80 /tools/Makefile | |
parent | ea8440f4c347dd349eaefb16a57c6dd458e45394 (diff) | |
download | upstream-7ce98c60011f7da5cbfa26187412c44545fa12d3.tar.gz upstream-7ce98c60011f7da5cbfa26187412c44545fa12d3.tar.bz2 upstream-7ce98c60011f7da5cbfa26187412c44545fa12d3.zip |
tools: create a new tool for more efficient jffs2 padding
SVN-Revision: 27355
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 486734bc85..aff6ea8e19 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -16,7 +16,7 @@ tools-$(CONFIG_GCC_VERSION_4_5) += mpc libelf endif tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage -tools-y += firmware-utils patch-cmdline quilt yaffs2 flock +tools-y += firmware-utils patch-cmdline quilt yaffs2 flock padjffs2 tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 tools-$(CONFIG_TARGET_x86) += qemu |