diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-04-20 13:57:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-04-20 13:57:43 +0000 |
commit | 0ee950491197e8c528249d64ca3276b39bad0ddd (patch) | |
tree | d114f48ebb450250489833cdd8c4bf2ac61e5d9b /tools/Makefile | |
parent | 3edc273a332b08773068e0e1c974ad40fe58b9b9 (diff) | |
download | upstream-0ee950491197e8c528249d64ca3276b39bad0ddd.tar.gz upstream-0ee950491197e8c528249d64ca3276b39bad0ddd.tar.bz2 upstream-0ee950491197e8c528249d64ca3276b39bad0ddd.zip |
all: replace genext2fs with make_ext4fs
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45517
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 7d4ab01ce5..2f516d2383 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,7 +25,7 @@ endif tools-$(BUILD_TOOLCHAIN) += gmp mpfr mpc libelf tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs -tools-y += sstrip genext2fs e2fsprogs mtd-utils mkimage +tools-y += sstrip make-ext4fs e2fsprogs mtd-utils mkimage tools-y += firmware-utils patch-image patch quilt yaffs2 flock padjffs2 tools-y += mm-macros missing-macros xz cmake scons bc findutils gengetopt patchelf tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 |