diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-01-11 11:02:54 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-01-11 11:02:54 +0000 |
commit | 2ee3073b7092583300b5c9df9b144a9f7bcb033b (patch) | |
tree | cf1db85e7764a1344e2651579787751139a2065c /tools/Makefile | |
parent | 0b9849afbf089fa5d1d143cd99710697c50db51b (diff) | |
download | upstream-2ee3073b7092583300b5c9df9b144a9f7bcb033b.tar.gz upstream-2ee3073b7092583300b5c9df9b144a9f7bcb033b.tar.bz2 upstream-2ee3073b7092583300b5c9df9b144a9f7bcb033b.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index e965370198..5f77606f1b 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),) |