diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-08 19:00:24 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-09 16:40:12 +0100 |
commit | 828a471e8dccf23d8da3ff0719e83b69a1237b51 (patch) | |
tree | e84f2f84df6af937026aeb2c8cb229496fbf69c0 /tools/Makefile | |
parent | a9232ba1ed461adf8ac610edf95ea6ba9963ea34 (diff) | |
download | upstream-828a471e8dccf23d8da3ff0719e83b69a1237b51.tar.gz upstream-828a471e8dccf23d8da3ff0719e83b69a1237b51.tar.bz2 upstream-828a471e8dccf23d8da3ff0719e83b69a1237b51.zip |
tools: remove obsolete yaffs tool
This was added a long time ago and was apparently never used
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 6879e3b7bf..4d338cca63 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -24,7 +24,7 @@ endif tools-$(BUILD_TOOLCHAIN) += gmp mpfr mpc libelf expat tools-y += m4 libtool autoconf automake flex bison pkg-config mklibs tools-y += sstrip make-ext4fs e2fsprogs mtd-utils mkimage -tools-y += firmware-utils patch-image quilt yaffs2 padjffs2 +tools-y += firmware-utils patch-image quilt padjffs2 tools-y += mm-macros missing-macros cmake scons bc findutils gengetopt patchelf tools-y += mtools dosfstools libressl tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 |