diff options
author | John Crispin <blogic@openwrt.org> | 2011-05-17 10:33:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-05-17 10:33:46 +0000 |
commit | d5449e1acce9c787f49f5a93837be6584a2ffcc5 (patch) | |
tree | 6093fed7d6b1fe581940b8768bd8441e2b8b53b5 /tools/Makefile | |
parent | e5d13905914c53bdc7416dcb54ce0e2d0e14bf59 (diff) | |
download | upstream-d5449e1acce9c787f49f5a93837be6584a2ffcc5.tar.gz upstream-d5449e1acce9c787f49f5a93837be6584a2ffcc5.tar.bz2 upstream-d5449e1acce9c787f49f5a93837be6584a2ffcc5.zip |
[tools]
* adds mkelfimage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26918 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 80c2d11628..a49e0cf97e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -19,7 +19,7 @@ tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 flock tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 -tools-$(CONFIG_TARGET_x86) += qemu +tools-$(CONFIG_TARGET_x86) += qemu mkelfimage ifneq ($(CONFIG_TARGET_ar71xx),) tools-y += lzma-old squashfs endif |