diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-10-12 10:42:38 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-10-12 10:42:38 +0000 |
commit | bda02cc60f77342f1bb3c780b4e8ed1b0542f990 (patch) | |
tree | 7bf2c5fc6a5d010aa823bc6994148da08d0c100a /tools/Makefile | |
parent | a136b676049eb239b67a91ea65000ad38db31568 (diff) | |
download | master-31e0f0ae-bda02cc60f77342f1bb3c780b4e8ed1b0542f990.tar.gz master-31e0f0ae-bda02cc60f77342f1bb3c780b4e8ed1b0542f990.tar.bz2 master-31e0f0ae-bda02cc60f77342f1bb3c780b4e8ed1b0542f990.zip |
add upx, but make it build only for ppc now
SVN-Revision: 28428
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 413704d759..a21edd954c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -18,6 +18,7 @@ tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 flock padjffs2 tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 +tools-$(CONFIG_powerpc) += upx tools-$(CONFIG_TARGET_x86) += qemu ifneq ($(CONFIG_TARGET_ar71xx),) tools-y += lzma-old squashfs |