summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-01-11 11:02:54 +0000
committerLars-Peter Clausen <lars@metafoo.de>2010-01-11 11:02:54 +0000
commit2ee3073b7092583300b5c9df9b144a9f7bcb033b (patch)
treecf1db85e7764a1344e2651579787751139a2065c /tools/Makefile
parent0b9849afbf089fa5d1d143cd99710697c50db51b (diff)
downloadmtk-20170518-2ee3073b7092583300b5c9df9b144a9f7bcb033b.zip
mtk-20170518-2ee3073b7092583300b5c9df9b144a9f7bcb033b.tar.gz
mtk-20170518-2ee3073b7092583300b5c9df9b144a9f7bcb033b.tar.bz2
Add libuuid hosttool package. It's needed in order to build mkfs.ubifs
SVN-Revision: 19103
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e965370..5f77606 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -14,7 +14,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr
endif
tools-y += m4 autoconf automake bison pkg-config sed mklibs
-tools-y += sstrip ipkg-utils genext2fs mtd-utils mkimage
+tools-y += sstrip ipkg-utils genext2fs libuuid mtd-utils mkimage
tools-y += firmware-utils patch-cmdline quilt yaffs2
tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2
ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_25),)