summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-07-24 20:39:00 +0000
committerJohn Crispin <john@openwrt.org>2012-07-24 20:39:00 +0000
commit25482a60b34d4c4c2d6ad1dd3c65bf1e8be79472 (patch)
tree9e68ef2d0faa29e7e28defbaab760997f53af9ec /tools/Makefile
parent5e52619b763af5cff25d11865c29f84fdf8c5a25 (diff)
downloadmtk-20170518-25482a60b34d4c4c2d6ad1dd3c65bf1e8be79472.zip
mtk-20170518-25482a60b34d4c4c2d6ad1dd3c65bf1e8be79472.tar.gz
mtk-20170518-25482a60b34d4c4c2d6ad1dd3c65bf1e8be79472.tar.bz2
add mktools and dosfstools which are needed for the raspberry pi
Signed-off-by: Ian Ridge <ianridge [at] gmail.com> SVN-Revision: 32824
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 881fdb2..ca03491 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -20,6 +20,7 @@ tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake scons
tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
tools-$(CONFIG_powerpc) += upx
tools-$(CONFIG_TARGET_x86) += qemu
+tools-$(CONFIG_TARGET_brcm2708) += mtools dosfstools
ifneq ($(CONFIG_TARGET_ar71xx),)
tools-y += lzma-old squashfs
endif