aboutsummaryrefslogtreecommitdiffstats
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
commitfbc1a0f4c12b44703de3171b26c9b954360b68f9 (patch)
tree2de43bddf8151dcda644534202f374e69b5db0db /tools/Makefile
parent24a9d6302406fde3abf9ea75a4c1983079379c20 (diff)
downloadmaster-187ad058-fbc1a0f4c12b44703de3171b26c9b954360b68f9.tar.gz
master-187ad058-fbc1a0f4c12b44703de3171b26c9b954360b68f9.tar.bz2
master-187ad058-fbc1a0f4c12b44703de3171b26c9b954360b68f9.zip
Add libuuid hosttool package. It's needed in order to build mkfs.ubifs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19103 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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),)