[source] tools: make mtools/dosfstools unconditional

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 28 11:59:06 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/cf76b90a5f32bfadbd2c8d2eaad095fd96ff7961

commit cf76b90a5f32bfadbd2c8d2eaad095fd96ff7961
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Aug 28 20:58:12 2016 +0200

    tools: make mtools/dosfstools unconditional
    
    The list of targets that need them are getting longer
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Makefile b/tools/Makefile
index f7a7316..1708c9a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -32,11 +32,11 @@ tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs
 tools-y += sstrip make-ext4fs e2fsprogs mtd-utils mkimage
 tools-y += firmware-utils patch-image patch quilt yaffs2 padjffs2
 tools-y += mm-macros missing-macros xz cmake scons bc findutils gengetopt patchelf
+tools-y += mtools dosfstools
 tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
 tools-$(CONFIG_powerpc) += upx
 tools-$(CONFIG_TARGET_x86) += qemu
 tools-$(CONFIG_TARGET_mxs) += elftosb sdimage
-tools-$(CONFIG_TARGET_brcm2708)$(CONFIG_TARGET_sunxi)$(CONFIG_TARGET_mxs)$(CONFIG_TARGET_omap)$(CONFIG_TARGET_archs38) += mtools dosfstools
 tools-$(CONFIG_TARGET_ar71xx) += lzma-old squashfs
 tools-$(CONFIG_USES_MINOR) += kernel2minor
 tools-y += lzma squashfs4



More information about the lede-commits mailing list